Closed GoogleCodeExporter closed 9 years ago
Option 2 you propose will have approximately the same performance whether it is
implemented inside or outside leveldb. For simplicity, we have been leaving
such things out of leveldb. We leave it to higher-level layers/databases that
people build on top leveldb (think of leveldb as a low-level storage engine
mainly targeted towards building higher-level storage systems like indexeddb,
riak. etc.).
One plausible extension that might be worth adding to level is a MultiGet
(equivalent to N Get() calls). That could speed up the N secondary key lookups.
But direct index support is not in the plans.
Original comment by san...@google.com
on 6 Jan 2014 at 10:26
Original issue reported on code.google.com by
arav...@scrollback.io
on 4 Jan 2014 at 5:39