![]() |
|
"be consistent" | |
PerlMonks |
Re: Store results by search term, not session IDby MrCromeDome (Deacon) |
on May 09, 2002 at 21:21 UTC ( #165522=note: print w/replies, xml ) | Need Help?? |
If drive space is not an issue on the database server, is there harm in making a temp table in the following format?
- search criteria The reason I ask being that my search results will always have the same column names and ordering.
And, as for storing the criteria in the table, I imagine I can consolidate it into some sort of string like: then index that field, consolidate a query into that format, and see if I get a match in the database? If not, cache some more data?
Thanks for the help thus far :)
In Section
Seekers of Perl Wisdom
|
|