MySQL Forums
Forum List  »  Performance

Re: String match is too slow in huge table
Posted by: Juan Roberto Perilla
Date: January 04, 2005 06:57AM

I have tried index on both name and surname. Also the FT with the MATCH IN BOOLEAN MODE as well as the full table scan.

I don't know the foxpro query, I just export the dbf to sql using a perl script and then the inserts into the mysql database.

> Also you need to make sure FT index fits in key_buffer and probably preload it.

I have other indexes on other huge tables (5 tables with around 10million record per table) , how do I force mysql to preload the indexes? I thought this but I don't know how to do that.

Thanks,

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: String match is too slow in huge table
3072
January 04, 2005 06:57AM


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.