Skip to content

Use Berkeley DB Java Edition by default #4

@ghost

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions