Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Table that exists only in memory

Table that exists only in memory

From: Robert Chung <robertch_at_mindspring.com>
Date: Sun, 03 Jan 1999 05:07:19 GMT
Message-ID: <368ef317.5483695@news.mindspring.com>

I need a table that does not interact with hard disk but is stored only in memory for performance boost. I will be modifying this table big time, but never commit. I am afraid normal tables will modify roll back segs while I update those tables (and therefore access hard disk and slow down operation) but for this table, I will never be commiting but I will be doing a lot of update and insert then rollback everything. Is there any way to create special table like this? Thanks in advance. Received on Sat Jan 02 1999 - 23:07:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US