Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support replication? #116

Open
threadedstream opened this issue Jun 4, 2024 · 0 comments
Open

Support replication? #116

threadedstream opened this issue Jun 4, 2024 · 0 comments

Comments

@threadedstream
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant