Slashdot Mirror


New Berkeley DB Release Includes Replication

Chairman writes: "Sleepycat Software (disclaimer -- I work there) just released version 4.0 of Berkeley DB. This version adds support for replication, so apps can survive single- or multi-node hardware or software failures without interruption in service. With the interest in replication by users of MySQL and other SQL databases, an embedded engine that provides the same services might be interesting to Slashdot readers."

1 of 7 comments (clear)

  1. What is the propagation time to replicas? by Anonymous Coward · · Score: 1, Interesting

    The explanation says 'instantly', but that's got to be an exaggeration. Also, with many separate write operations occurring simultaneously, what kind of latency will this replication start to have?