Re: faster search engine for fulltext search
- From: orasnita@xxxxxxxxx (Octavian Rasnita)
- Date: Thu, 1 Jun 2006 09:16:11 +0300
From: "JupiterHost.Net" <mlists@xxxxxxxxxxxxxxx>
purpose
Next, your op says "When very many records are found..." What is the
of your client program loading large recordsets? You should probably be
paging the data somehow.
Perhaps doing your queries to return only some instead of all records
will help, a great module for doing this is:
http://search.cpan.org/perldoc?Data::Paginate
I am using a limit clause and the sql query returns at most 20 records, but
when very many records are found, the search is very slow, even if it
returns only 20.
I know how many of them are found, because I use found_rows() in order to
show how many records would be found if no limit clause would be used.
Thanks.
Teddy
.
- Follow-Ups:
- Re: faster search engine for fulltext search
- From: JupiterHost.Net
- Re: faster search engine for fulltext search
- Prev by Date: Re: perl script to "source" a flat file full of bash style variables.
- Next by Date: Re: perl script to "source" a flat file full of bash style variables.
- Previous by thread: Re: faster search engine for fulltext search
- Next by thread: Re: faster search engine for fulltext search
- Index(es):
Relevant Pages
|