Home
last modified time | relevance | path

Searched refs:interval (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2018-08-23-data-block-hash-index.markdown41interval. One block consists of multiple restart intervals. The byte offset of the beginning of ea…
52 … location of a key (or more precisely, the restart index of the restart interval where the key res…
87 As we use `uint8_t` to store binary seek index, i.e. restart interval index, the total number of re…
110 …a hash util ratio of 1.0 in this test. Block size are set to 16KiB with the restart interval as 16.
D2019-03-08-format-version-4.markdown27 … of `BlockHandle::offset` of the non-head index entries in each restart interval. If used, `TableP…
/rocksdb-6.9/db/compaction/
Dcompaction_job_stats_test.cc355 int key_size, int value_size, uint64_t interval, in MakeTableWithKeyValues() argument
357 for (auto key = smallest; key < largest; key += interval) { in MakeTableWithKeyValues()
368 uint64_t interval, int deletion_interval, int key_size, in SelectivelyDeleteKeys() argument
374 ASSERT_GE(interval, 2); in SelectivelyDeleteKeys()
380 for (auto key = smallest; key <= largest; key += interval, ctr++) { in SelectivelyDeleteKeys()
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java275 long interval = System.nanoTime() - stats_.start_; in writeRateControl() local
276 if (minInterval - interval > TimeUnit.MILLISECONDS.toNanos(1)) { in writeRateControl()
277 TimeUnit.NANOSECONDS.sleep(minInterval - interval); in writeRateControl()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc4227 [this](int interval, DBWithColumnFamilies* _db) { in OpenDb() argument
4238 FLAGS_env->SleepForMicroseconds(interval * 1000000); in OpenDb()
/rocksdb-6.9/
DHISTORY.md416 …ng of BlockHandle::offset of the non-head index entries in each restart interval. The feature is b…