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

Home -> Community -> Usenet -> c.d.o.server -> Re: Help: Oracle, create Tables in Main-Memory, not on disk

Re: Help: Oracle, create Tables in Main-Memory, not on disk

From: Brett Neumeier <random_at_interaccess.com>
Date: 1998/02/20
Message-ID: <6ck8sh$4b6$1@nntp3.interaccess.com>#1/1

Carsten Wiemann (carsten.wiemann_at_technet.net) wrote:
: Is there a a function to create a table in the main memory, without
: using the disk. I have a bottleneck( I think so) in the disks, and I
: want to create a table (temporary) in the memory, [..]

Well, you could create a RAM disk, create a tablespace on the RAM disk, create the table in that tablespace...

That's the only way to create an actual *table* without using a disk at all. A previous suggestion about simply caching the table is probably a better idea, though.

-- 
-bn
random_at_interaccess.com	(PGP 2.6.2 public key available on request)
"There is no .signature -- only ZUUL!"
Received on Fri Feb 20 1998 - 00:00:00 CST

Original text of this message

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