|
-
December 6th, 2012, 11:11 PM
#9
Re: [MySQL - PHP] Deleting many rows in a large table
This is what I did:
mysql> delete from user_table where username='john';
Query OK, 203601 rows affected (6 min 6.88 sec)
and the username column is indexed as well.
We have 63 columns in the table with 5 indexes. No, there are no large blobs in the table.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|