Hi, I am using a perl program (mod_perl handler) that searches a MySQL database which has a few hundread thousands records, using a fulltext index, but it works pretty slow. When very many records are found, it takes very many seconds or even tens of seconds to finish searching the database.
Do you know if there is a faster method available for a perl program? Do you know if the search engines Plucene, Kinosearch, Swish-E or others (and which of them) can be faster than MySQL? I could try to install them all, create test databases and make some tests, but it will take a pretty long time, and I thought that you might know more. Thank you very much. Teddy -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>