MySQL Forums
Forum List  »  Archive Storage Engine

Re: PROBLEM: Slow Retrieval !!
Posted by: James Day
Date: March 04, 2008 10:07PM

You cannot have index support soon enough to be of any use to you. You are using the wrong storage engine for the case where fast indexed retrieval is required. Consider using the multi-row insert statement with MyISAM and perhaps consider using delay_key_write to speed up index updating.

James Day, Support Engineer, MySQL

Options: ReplyQuote


Subject
Views
Written By
Posted
9748
February 19, 2007 06:40AM
Re: PROBLEM: Slow Retrieval !!
6265
March 04, 2008 10:07PM


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.