php-db | 2002091
Date: 09/07/02
- Next message: Julio.Cuz <email protected>: "[PHP-DB] Apache 2.X and PHP"
- Previous message: Ray Healy \(Data Net Services\): "[PHP-DB] Enhancement of script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello,
I am designing a web application wherein several queries are very long to
perform (like 5 or 10 minutes) ; therefore it is crucial that I be able to
cache them; I am planning to recompute these queries in a nighttime batch
process (meaning I may have to use version 4.0 in production...)
My question:
I make extensive use of CREATE TEMPORARY TABLE t SELECT ..., where the heavy
query is the "SELECT ...", which is cached
I would like to be sure that the query starting by "SELECT" is retrieved
from the cache, even though it occurs inside a CREATE TEMPORARY TABLE t
statement?
Thanks for your help.
Ignatius
____________________________________________
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Julio.Cuz <email protected>: "[PHP-DB] Apache 2.X and PHP"
- Previous message: Ray Healy \(Data Net Services\): "[PHP-DB] Enhancement of script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

