On Thu, 14 Oct 2004 10:46:02 -0600, Jed R. Brubaker
<[EMAIL PROTECTED]> wrote:
> Hi all - I am looking at using a dbm-style cache system and was wondering if
> anyone has any recommendations from the plethora of systems listed here:
> http://us2.php.net/manual/en/ref.dba.php
> Is there a favorite?
> 
> I know if probably depends on what I want to do, so in short, I am looking
> to create a temporary table that will be a composite of a ton of MySQL
> queries (hence the reason I am not just querying). I have thought about just
> creating a new database table to push my query results into, but I would
> love to make it faster if possible. Am I hopelessly misguided?
> 
> I would love any feedback!

Sounds like you want views and functions.  Postgres has those.


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to