Skip to content

Support replication? #116

Open
Open
@threadedstream

Description

Hi! I want to use buntdb in my ppmerge library in order to minimize the size of a merged profile by storing data such as strings, functions and locations in separate db. The problem is that it's not going to work in distributed environments. For instance, if I'm storing a string into the buntdb and return integer reference to it, later on when I recover profile, I might have a problem that I get the wrong string, or not get a string at all, because instances that put string into db and get it out are different.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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