Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Checkpoint a C++ in-memory database to disk (without using SQL API)?

User_JXI49May 25 2021 — edited May 25 2021

I know the SQL API can backup an in-memory database to disk. Does Berkeley DB's C++ key-value API have a similar functionality? My goal is to periodically checkpoint my purely in-memory database (key-value store) to disk to provide some slight measure of durability.

Comments
Post Details
Added on May 25 2021
0 comments
293 views