QUOTE(h198848 @ May 23 2005, 08:11 AM)
I think simply use select would take much system resource
You should use a file cache
[right][snapback]28367[/snapback][/right]
Atchually, files can take up more system resources if they are highly requested -- it depends on what load it takes off of the database as to rather or not it's worth using caches. But you are right in a sense...caching search results
is a good idea. Espically if your searching a table with thousands of records -- caching the results of the search(eg: in a 'searches' table)..and only needing to query for the search cache is a big save on usage.
I would suggest using FULLTEXT searching for MySQL...
http://www.mysql.com/doc/en/Fulltext_Search.html