MySQL Forums
Forum List  »  Merge Storage Engine

Re: Inserting/deleting records into/out of table
Posted by: Ingo Strüwing
Date: November 20, 2006 08:54AM

Hi.

The query would wait for the load to finish.

Querys would have to wait for a delete statement to finish. A delete statement takes much longer than an ALTER TABLE table_name UNION=(...), unless you delete the whole table, which is implicitly transformed to TRUNCATE.

Regards
Ingo

Ingo Strüwing, Senior Software Developer - Storage Engines
MySQL AB, www.mysql.com

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Inserting/deleting records into/out of table
6745
November 20, 2006 08:54AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.