how to dump in memory db to a file -
04-26-2009
, 11:56 PM
Hi,
I'm using berkeley db to store huge number of data pairs. The
problem I ran into is the slow disk I/O performance. The insert
operation of all these data pairs seems to take forever. However,
berkeley db supports In-Memory DB. That means much faster insertion
operations. I'm just wondering if there's a way to dump the in-memory
db to a file(Here: http://www.oracle.com/technology/doc...y/C/index.html)
after I've created it so that it's available for later use? |