Home
last modified time | relevance | path

Searched refs:MB (Results 1 – 14 of 14) sorted by relevance

/rocksdb-6.9/
DDEFAULT_OPTIONS_HISTORY.md6 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
18 * options.write_buffer_size changes from 4MB to 64MB.
19 * options.target_file_size_base changes from 2MB to 64MB.
20 * options.max_bytes_for_level_base changes from 10MB to 256MB.
DWINDOWS_PORT.md113 * Fillrandom: 5.480 micros/op 182465 ops/sec; 142.0 MB/s
119 * Fillrandom: 5.018 micros/op 199269 ops/sec; 155.1 MB/s
127 * Fillseq: 4.944 micros/op 202k ops/sec; 157.4 MB/s
131 * Fillseq: 4.105 micros/op 243.6k ops/sec; 189.6 MB/s
139 * Overwrite: 52.661 micros/op 18.9k ops/sec; 14.8 MB/s
152 * Readrandom: 15.716 micros/op 63.6k ops/sec; 49.5 MB/s
181 * Readwhilewriting: 0.314 micros/op 3187455 ops/sec; 364.8 MB/s (715454999 of 715454999 found)
194 * Readwhilewriting: 0.246 micros/op 4062669 ops/sec; 464.9 MB/s (915481999 of 915481999 found)
208 * Readwhilewriting: 0.362 micros/op 2765052 ops/sec; 316.4 MB/s (611549999 of 611549999 found)
219 * Readwhilewriting: 0.269 micros/op 3716692 ops/sec; 425.3 MB/s (837401999 of 837401999 found)
DHISTORY.md273 * Change the behavior of OptimizeForSmallDb(): use a 16MB block cache, put index and filter blocks …
277 * Adjust WriteBufferManager's dummy entry size to block cache from 1MB to 256KB.
492 …dd an argument bytes_max_delete_chunk with default 64MB. With this argument, a file larger than 64
678 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
816 * Increase default options.delayed_write_rate to 2MB/s.
/rocksdb-6.9/docs/_posts/
D2017-12-18-17-auto-tuned-rate-limiter.markdown20MB/s and the rate limiter was created with 1000MB/s as its upper bound. The dynamically chosen rat…
D2017-05-12-partitioned-index-filter.markdown12 …ies based on the configuration but for a SST of size 256MB the index/filter block of size 0.5/5MB
16 …ks (as well as with each other) on this scarce resource. A filter of size 5MB is occupying the spa…
28 … direct IO (skipping OS file cache) and a very small block cache of size 60MB. Partitioning improv…
D2016-01-29-compaction_pri.markdown20MB, if an L2 file overlaps with 8 L3 files, we need to rewrite about 800MB of data to get the file…
D2015-07-23-dynamic-level.markdown29 …el/100 = 2GB, and next level to be size_last_level/1000 = 200MB. We stop here because 200MB is wit…
D2017-03-02-rocksdb-5-2-1-released.markdown10 * Change the default of delayed slowdown value to 16MB/s and further increase the L0 stop condition…
D2017-02-17-bulkoad-ingest-sst-file.markdown13 - When the memtable exceeds a specific size (64 MB for example), we convert this memtable to a SST …
D2016-04-26-rocksdb-4-5-1-released.markdown44 * Increase default options.delayed_write_rate to 2MB/s.
/rocksdb-6.9/java/src/main/java/org/rocksdb/util/
DSizeUnit.java10 public static final long MB = KB * KB; field in SizeUnit
11 public static final long GB = KB * MB;
/rocksdb-6.9/java/src/test/java/org/rocksdb/util/
DSizeUnitTest.java18 assertThat(SizeUnit.MB).isEqualTo( in sizeUnit()
21 SizeUnit.MB * COMPUTATION_UNIT); in sizeUnit()
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java752 ((double)(kKeySize + valueSize_) * num_) / SizeUnit.MB); in printHeader()
754 (((kKeySize + valueSize_ * compressionRatio_) * num_) / SizeUnit.MB)); in printHeader()
970 write_buffer_size(4L * SizeUnit.MB,
1007 hash_bucket_count(SizeUnit.MB, in hash_bucket_count() argument
/rocksdb-6.9/utilities/backupable/
Dbackupable_db_test.cc1389 uint64_t const MB = 1024 * 1024; in TEST_F() local
1392 {{1 * MB, 5 * MB}, {2 * MB, 3 * MB}}); in TEST_F()