Subject | Re: [ib-support] Re: Interbase in the memory (RAM) |
---|---|
Author | Ann Harrison |
Post date | 2001-01-31T18:23:17Z |
At 12:56 PM 1/31/2001 +0000, simpor81@... wrote:
a multi-version database that keeps only the most recent committed
data on disk and manages all the multi-version stuff in memory.
If you have an uninterruptable power supply and lots of memory,
you probably could run the database that way. However, for any
reasonable sized database, writing the whole file out every five
minutes is going to be a serious performance drag.
Regards,
Ann
www.ibphoenix.com
We have answers.
>The idea that I had whas that you could do all the transactons andNo, it's not a crazy idea. I know of someone who is working on
>som on in the memory and then, let's say every five minute to write
>the data to the harddrive.
>
>Maybe it was a crazy idea!
a multi-version database that keeps only the most recent committed
data on disk and manages all the multi-version stuff in memory.
If you have an uninterruptable power supply and lots of memory,
you probably could run the database that way. However, for any
reasonable sized database, writing the whole file out every five
minutes is going to be a serious performance drag.
Regards,
Ann
www.ibphoenix.com
We have answers.