Re: fulltext search optimization

2006-07-14 Thread Brent Baisley
would be about just as fast, and you could use a memory table if you wanted. - Original Message - From: Svilen Spasov (Ancient Media) [EMAIL PROTECTED] To: mysql@lists.mysql.com Sent: Thursday, July 13, 2006 9:57 AM Subject: Re: fulltext search optimization Thanks for your respond

Re: fulltext search optimization

2006-07-13 Thread Svilen Spasov (Ancient Media)
Thanks for your respond. Here is the CREATE TABLE: CREATE TABLE `results_1` ( `id` int(11) NOT NULL auto_increment, `filename` varchar(255) collate cp1251_bulgarian_ci default NULL, `fileext` varchar(10) collate cp1251_bulgarian_ci default NULL, `username` varchar(16) collate

fulltext search optimization

2006-07-12 Thread Svilen Spasov (Ancient Media)
Hello, I have a website with a MySQL database and I have a table with ~2 millions row (usernames, filenames; ~120MB db data file and ~230MB db index file) with I would like to search using the fulltext indeces. Unfortunately the server get loaded pretty much. It always stays on 20 load

Re: fulltext search optimization

2006-07-12 Thread John Hicks
Svilen Spasov (Ancient Media) wrote: Hello, I have a website with a MySQL database and I have a table with ~2 millions row (usernames, filenames; ~120MB db data file and ~230MB db index file) with I would like to search using the fulltext indeces. Unfortunately the server get loaded pretty