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

Allow non-WAL mode #7

Open
greenrobot opened this issue Jan 15, 2019 · 0 comments
Open

Allow non-WAL mode #7

greenrobot opened this issue Jan 15, 2019 · 0 comments

Comments

@greenrobot
Copy link

Wouldn't mind having two versions; e.g. original mdb_get and mdb_get_wal. Would be nice to have a choice. Unless that makes things more complex ofc. Anyway, I'm looking forward very much to your results!

Let's say you have two data "partitions" (e.g. using key prefixes). Partition A is read heavy with few writes, and B is write heavy with few reads. You would only want to enable WAL for B.

Having two separate MDB_envs may not always be an option because of transactions: e.g. modifying partitions A and B in same transaction.

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