7 ms·
Is this the successor to BerkeleyDB? Sure sounds like it.
by OllieJones 15y ago
Is this the successor to BerkeleyDB? Sure sounds like it.
- dchest 15y agoCorrect, "Oracle NoSQL Database is build upon the proven Oracle Berkeley DB Java Edition high-availability storage engine" http://www.oracle.com/technetwork/database/nosqldb/learnmore/nosql-database-data-sheet-498054.pdf http://www.oracle.com/technetwork/database/nosqldb/learnmore...
- leef 15y agoNo it's not a successor to BDB. According to http://www.oracle.com/technetwork/database/nosqldb/learnmore/nosql-database-data-sheet-498054.pdf http://www.oracle.com/technetwork/database/nosqldb/learnmore... it's based on BDB-JE High Availability (HA). BDB-JE HA is a separate product that has been around for awhile. Basically it's a multiple node cluster where each node runs BDB-JE. It sounds like they are just rebranding BDB-JE HA, adding a couple features, and calling it NoSQL.