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 -> Looking for in-memory database that can write to disk as well

Looking for in-memory database that can write to disk as well

From: CHANGE username to westes <junkmail_at_uscsw.com>
Date: 02 Oct 1999 17:31:08 PDT
Message-ID: <7t684c$k7f@chronicle.concentric.net>


I'm looking for vendors who sell a specialized kind of database. I need the database to be implemented in memory, but with the ability to flush changes in the database to disk as a background operation. This will be used to store temporary data that needs to be accessed from multiple machines, but which by its nature does not require saving to disk *as part of the transaction* that creates the data.

Ideally, the database would allow a transaction from a remote client, write the information to memory, then notify the client that the transaction is finished. Later, as time allows, the database would flush the transaction to disk for permanent storage, so it would be available the next time it starts up.

Of course we could implement this ourselves, using a write cache layer on top of a commercial database, but I'm hoping someone already has this done as a product, or maybe there is an option in some commercial databases for a table attribute that means something similar to "write-back transaction".

Any pointers or tips are appreciated.

--
Will

NOTE: To reply, CHANGE the username to westes AT uscsw.com Received on Sat Oct 02 1999 - 19:31:08 CDT

Original text of this message

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