We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
tldr boltdb is really, really bad for concurrency.
Establish a simpler model that gets rid of all the bucket-orientated logic, and rely on many to many relationships:
struct RepoEntry { Repository Repository Published Package Packages []Package .. Deltas []Package }
Basically rip out all the current boltdb crap, start a new subproject to test the data storage.
The text was updated successfully, but these errors were encountered:
First things first, lets attempt local serialisation of the complex moving parts, i.e. libeopkg bits.
libeopkg
Sorry, something went wrong.
nope - used leveldb - much better..
No branches or pull requests
tldr boltdb is really, really bad for concurrency.
Establish a simpler model that gets rid of all the bucket-orientated logic, and rely on many to many relationships:
Basically rip out all the current boltdb crap, start a new subproject to test the data storage.
The text was updated successfully, but these errors were encountered: