MySQL Forums
Forum List  »  Quality Assurance

create memory engine table slow
Posted by: Steven Wu
Date: March 15, 2013 07:02AM

It's strange that it took 0.53 second when I created a memory engine table.The sql I used is bollow:

> use test;
> create table test_para(para0 integer, para1 integer, para2 integer, para3 integer, para4 integer, para5 integer) engine = memory;

sometimes, it took 0.08 second, but most of the time it took 0.53 second.

can any body tell me the reason and how to solve?

Options: ReplyQuote


Subject
Views
Written By
Posted
create memory engine table slow
2385
March 15, 2013 07:02AM


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.