Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Programming IT Technology

New Berkeley DB Release Includes Replication 7

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."
This discussion has been archived. No new comments can be posted.

New Berkeley DB Release Includes Replication

Comments Filter:
  • by Anonymous Coward
    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?
    • by Linux_ho ( 205887 ) on Tuesday December 04, 2001 @08:19PM (#2657086) Homepage
      The explanation says 'instantly', but that's got to be an exaggeration.
      No, seriously, the DB data is replicated INSTANTLY through a quantum non-locality much like the photon twin phenomenon. Those Sleepycat guys are really amazing.
    • I think this uses TCP multicast, so after transport issues/dlays have been resolved, there should be a listening thread that receives the update request into memory, and makes the change once any locks are freed, which may take a while (in computational terms) on long transactions.

      there are several async processes, so each request will be unique, but the point they are trying to make is that notifications are sent out immediately.

      i am more interested in their robustness model their ability to deal with network faults.

      kevin

Love may laugh at locksmiths, but he has a profound respect for money bags. -- Sidney Paternoster, "The Folly of the Wise"

Working...