faster search engine for fulltext search
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
.
Relevant Pages
- Re: Re: Need info, books, articles,code, etc: Access VBA to XML to/from MySQL via HTTP
... read, update, add and delete records located in tables in a MySQL database ... on a Web server on the Internet directly from my desktop Access application, ... the workstation needs a secure shell client running in order to enable the ... the MySQL database on your workstation ... (comp.databases.ms-access) - Re: Re: Need info, books, articles,code, etc: Access VBA to XML to/from MySQL via HTTP
... Can the Access database application be co-located with the MySQL database on ... Which Web server is being used? ... a slightly complex problem pops up, the spoon-fed developer is going to be ... (comp.databases.ms-access) - Re: Re: Need info, books, articles,code, etc: Access VBA to XML to/from MySQL via HTTP
... manipulate records in the remote Access/SQL Server database on the Web from ... stored in a MySQL database on a web server FROM a client based Access ... get by," that developer doesn't get much background knowledge of the topic, ... (comp.databases.ms-access) - Re: Need info, books, articles,code, etc: Access VBA to XML to/from MySQL via HTTP
... manipulate records in the remote Access/SQL Server database on the Web from ... stored in a MySQL database on a web server FROM a client based Access ... get by," that developer doesn't get much background knowledge of the topic, ... (comp.databases.ms-access) - getting data from a shopping cart mysql database
... In short - What is a good way to do daily updates from a webstore's ... mysql database into an Access database? ... what we would like to do is "connect" to the mysql database ... but the store will be using a new off-the-shelf shopping ... (microsoft.public.access.externaldata) |
|