You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
ncloudioj
pushed a commit
to ncloudioj/lmdb-rs
that referenced
this issue
Mar 13, 2019
Hi,
I tried hacking around a little a while ago to add support for the
MDB_MULTIPLE
insert flag onmdb_cursor_put
but failed. Here's my (maybe outdated) dirty branch: master...fbernier:mdb_multipleThe 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.
The text was updated successfully, but these errors were encountered: