-
Patrick Wieschollek authored
Reading Lmdb databases in random order requires to shuffle the keys. Note, "_txn.cursor()" returns (k,v) pairs. Currently, the implementations tries to query by a (k,v) pair instead of the key only.
4fcb47f3
Reading Lmdb databases in random order requires to shuffle the keys. Note, "_txn.cursor()" returns (k,v) pairs. Currently, the implementations tries to query by a (k,v) pair instead of the key only.