Home » RDBMS Server » Server Administration » caching objects
caching objects [message #58360] Tue, 19 August 2003 03:26 Go to next message
Raj Mathur
Messages: 11
Registered: April 2002
Junior Member
how can we cache objects in memeory like tables and views
pls hlp
Re: caching objects [message #58361 is a reply to message #58360] Tue, 19 August 2003 04:47 Go to previous message
Deepa
Messages: 269
Registered: November 2000
Senior Member
u can use Multiple buffer pool feature to cache tables.

you need to alter the table and specify STORAGE ( BUFFER_POOL KEEP)

or else

Alter table tablename cache ;
that will pin the table in the buffer cache .
In the create table statement if cache option is enabled, then the blocks retrieved from the table during full table scan are placed in the MRU end of the LRU list. but will not be permanently pinned in the buffercache.
Previous Topic: A question about automating listener
Next Topic: import table & users objects
Goto Forum:
  


Current Time: Fri Sep 20 12:45:39 CDT 2024