Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim_test.py46 records = 100
48 key_id = random.randint(0, records)
49 v = random.randint(0, records)
293 records = 100
297 key_id = random.randint(0, records)
/rocksdb-6.9/docs/_posts/
D2017-03-02-rocksdb-5-2-1-released.markdown14 * Added new function GetApproximateMemTableStats that approximates both number of records and size …
D2018-08-23-data-block-hash-index.markdown91 RocksDB supports many types of records, such as `Put`, `Delete`, `Merge`, etc (visit [here](https:/…
101 For records not supported, the searching process will fall back to the traditional binary seek.
/rocksdb-6.9/java/src/test/java/org/rocksdb/
DRocksDBTest.java951 int records = FILE_SIZE / (KEY_SIZE + VALUE_SIZE); in deleteFilesInRange() local
958 for (int i = 0; i < records; ++i) { in deleteFilesInRange()
978 Arrays.asList(null, String.format("%020d", records * KEY_INTERVAL * 6 / 10).getBytes()), in deleteFilesInRange()
/rocksdb-6.9/
DHISTORY.md66 * Fixed an issue where an incorrect "number of input records" value was used to compute the "record…
684 * Added new function GetApproximateMemTableStats that approximates both number of records and size …
1111 we will ignore it. We assume that writers of these records were interrupted