-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
It would be more convenient if we could support Berkeley DB Java edition by default. That would eliminate the need for including multiple native code libraries for BDB in the release. To do this, though, the performance of the Java edition needs to match that of the standard edition. So far, although the Java edition's object-level locking is better for avoiding conflicts between reads and writes to objects, the Java edition's lock-next-object scheme produces bad concurrency conflicts when creating objects. Need to track down these performance problems.
Metadata
Metadata
Assignees
Labels
No labels