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

Expose remaining options #55

Open
3 tasks
arnetheduck opened this issue Jun 26, 2024 · 0 comments
Open
3 tasks

Expose remaining options #55

arnetheduck opened this issue Jun 26, 2024 · 0 comments

Comments

@arnetheduck
Copy link
Member

#51 introduced a pattern for exposing most options available in rocksdb but omitted several types such as WriteOptions etc - the remaining options fall into three categories:

  • trivial options like the ones exposed that were missed
  • trivial options that nevertheless don't work with the simple template due to naming issues (some are missing setter, or have different naming etc) - these should probably be reported/patched upstream
  • complex options that can't be represented well with getters/setters like that

For full flexibility we should have all options mapped - they currently are more or less in the same order as options.h in rocksdb proper so it should be fairly straightforward to complete.

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