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 support for MDB_MULTIPLE #20

Open
fbernier opened this issue Jul 31, 2017 · 0 comments
Open

Add support for MDB_MULTIPLE #20

fbernier opened this issue Jul 31, 2017 · 0 comments

Comments

@fbernier
Copy link

Hi,

I tried hacking around a little a while ago to add support for the MDB_MULTIPLE insert flag on mdb_cursor_put but failed. Here's my (maybe outdated) dirty branch: master...fbernier:mdb_multiple

The problem I was having is that is seems like what I'm getting back when reading is the pointer to the data and not the data itself.

I am opening this issue because I kind of gave up but feel like it would be a worthy addition.

If I understand correctly, one of the problems with implementing multiple insert is that the data needs to be sequential. If it's not, we can still use it by copying the data but I guess it defeats the purpose.

ncloudioj pushed a commit to ncloudioj/lmdb-rs that referenced this issue Mar 13, 2019
update minor version to 0.10.0 for breaking change in danburkert#18
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