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

Add writemap et nometasync support #45

Closed
HerveMARTIN opened this issue Mar 27, 2017 · 2 comments
Closed

Add writemap et nometasync support #45

HerveMARTIN opened this issue Mar 27, 2017 · 2 comments
Assignees
Milestone

Comments

@HerveMARTIN
Copy link

For performance reason, it's often advised to add these two flags for mdb backend :
olcDbEnvFlags: writemap
olcDbEnvFlags: nometasync

I didn't find how to setup this with your module.
I'll look forward to propose a patch or a PR.

@bodgit bodgit self-assigned this Apr 10, 2017
@bodgit
Copy link
Owner

bodgit commented Apr 10, 2017

Sorry, I've been on holiday for a couple of weeks, shouldn't be hard to add something to support this.

@bodgit bodgit added this to the v1.5.0 milestone Apr 10, 2017
@bodgit bodgit modified the milestones: v2.0.0, v1.5.0 Apr 23, 2017
@bodgit
Copy link
Owner

bodgit commented May 1, 2017

I've added the following parameters, accesslog_envflags and data_envflags for supplying these flags. As I've been doing a lot of refactoring for a v2.0.0 release they are in that branch pending a release.

Thanks for the bug report!

@bodgit bodgit closed this as completed May 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants