Re: String match is too slow in huge table
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,
Subject
Views
Written By
Posted
9261
December 23, 2004 11:37PM
3764
December 27, 2004 11:54PM
3414
December 28, 2004 12:38PM
3191
December 31, 2004 07:38PM
3385
January 03, 2005 02:54PM
2901
January 03, 2005 05:08PM
Re: String match is too slow in huge table
3141
January 04, 2005 06:57AM
2610
January 04, 2005 11:05AM
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.