Home
last modified time | relevance | path

Searched refs:batched (Results 1 – 5 of 5) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2014-04-07-rocksdb-2-8-release.markdown27 …irs sharing the same key prefix, process them in batches, and return the batched results back to D…
D2015-02-27-write-batch-with-index.markdown16 …e end, they call `db->Write(write_batch)` to atomically update all those batched operations to the…
/rocksdb-6.9/db/
Ddb_test_util.cc782 const bool batched) { in MultiGet() argument
795 if (!batched) { in MultiGet()
Ddb_test_util.h854 const bool batched);
/rocksdb-6.9/
DHISTORY.md107 * A batched MultiGet API (DB::MultiGet()) that supports retrieving keys from multiple column famili…
1116 …irs sharing the same key prefix, process them in batches, and return the batched results back to D…