Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Help: Oracle, create Tables in Main-Memory, not on disk
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
![]() |
![]() |