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

Documentation: tuning and modeling guide #4

Open
10 tasks
rnewman opened this issue Mar 22, 2018 · 0 comments
Open
10 tasks

Documentation: tuning and modeling guide #4

rnewman opened this issue Mar 22, 2018 · 0 comments

Comments

@rnewman
Copy link
Contributor

rnewman commented Mar 22, 2018

As a relatively flexible piece of infrastructure, rkv/LMDB will benefit from a tuning/usage guide. This will cover the following (and more):

  • Versioning parts of your data (see also Thorough support for versioning #7).
  • Configuring store sizes and sharing between components.
  • Managing key options (dupes, key max sizes, key types, integer keys).
  • Avoiding copies where necessary. (Rather than decoding the value, return &[u8].)
  • Batching writes, transactions, etc.
  • Iterating over keys in order.
  • Controlling warming and liveness via background threads.
  • WRITEMAP, fsyncs, and other durability/performance/safety tradeoffs.
  • Synchronous, asynchronous, and background access.
  • Correct use from multiple threads and processes.
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