We periodically rebuild our database and indexes. If possible, I would like to pre-build the cache of search results for our most common searches but am a little confused as to exactly how the caching works.
In the example for caching and vortex scripts, it uses the SQL tag to query the cache like it is a table. Is it a table, or is it just in memory on the computer the search is done on and the SQL tag just knows the difference between that and a normal query? Is there any way to build the cache on one machine, and then copy it over to several other machines? Also, how does importing new records and re-indexing tables affect the cache? Does it automatically expire, or does a page stay in cache untill I manually expire it?
In the example for caching and vortex scripts, it uses the SQL tag to query the cache like it is a table. Is it a table, or is it just in memory on the computer the search is done on and the SQL tag just knows the difference between that and a normal query? Is there any way to build the cache on one machine, and then copy it over to several other machines? Also, how does importing new records and re-indexing tables affect the cache? Does it automatically expire, or does a page stay in cache untill I manually expire it?