Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re^2: A database caching scheme

by bprew (Monk)
on Nov 14, 2004 at 23:06 UTC ( [id://407729]=note: print w/replies, xml ) Need Help??


in reply to Re: A database caching scheme
in thread A database caching scheme

I would agree with terra. In fact, if you're using oracle, you can create session-level temporary tables that will expire when the session disconnects:
CREATE GLOBAL TEMPORARY TABLE foo ( bar VARCHAR2(16), baz DATE ) ON COMMIT PRESERVE ROWS
Unfortunatly, I don't know about other RDBMS's such as Postgres or MySQL. Hope that helps

--
Ben

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://407729]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (7)
As of 2024-04-24 10:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found