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: database in memory

Re: database in memory

From: Art S. Kagel <kagel_at_bloomberg.net>
Date: Wed, 05 Aug 1998 14:42:44 -0400
Message-ID: <35C8A7A4.7A8A@bloomberg.net>


Aaron Bradford wrote:
>
> Hey all,
>
> I was curious if anyone has run into a product for oracle that is
> similar to the codebase library. codebase allows you to do things in
> memory then writes them to a database. I'm looking at a database in
> memory with a thread that writes back to oracle. The database would
> have one table of 33 megabytes. could I pin the data in the sga and get
> the same speed results?. Codebase is very fast because everything is in
> memory. It has no problem updating 1,000 rows in a second. Any products
> or ideas would be helpful. We want to try to come as close as possible
> to realtime processing.

I just looked at a product called TimesTen from TimesTen Performance Software. They have a full relational DBMS that resides in memory with a backup on disk that it loads into memory at startup and flushes all mods to automatically. They claim 10X Oracle/Informix performance levels even after Oracle or Informix loads the tables into memory buffers. Worth a look (www.timesten.com).

Art S. Kagel Received on Wed Aug 05 1998 - 13:42:44 CDT

Original text of this message

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