Home
last modified time | relevance | path

Searched refs:cache_size (Results 1 – 20 of 20) sorted by relevance

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_pysim.py664 self.cache_size = cache_size
1011 cache_size, argument
1538 cache_size = cache_size / downsample_size
1548 cache_size,
1555 cache_size,
1574 cache_size,
1581 cache_size,
1592 cache_size,
1599 cache_size,
1868 cache_size, argument
[all …]
Dblock_cache_pysim.sh39 for cache_size in "1G" "2G" "4G" "8G" "16G" #"12G" "16G" "1T"
43 if [[ $cache_type == "trace" && $cache_size != "16G" ]]; then
54 output="log-ml-$cache_type-$cache_size-$cf_name"
55 …echo "Running simulation for $cache_type, cache size $cache_size, and cf_name $cf_name. Number of …
56 …nohup python block_cache_pysim.py "$cache_type" "$cache_size" "$downsample_size" "$warmup_seconds"…
Dblock_cache_pysim_test.py338 assert cache.used_size <= cache.cache_size
395 cache_size = block_size * nblocks / 10
408 cache = create_cache(cache_type, cache_size, downsample_size)
419 assert cache.used_size <= cache.cache_size
733 test_mix(create_cache(cache_type_str, cache_size=100, downsample_size=1))
/rocksdb-6.9/build_tools/
Dregression_build_test.sh53 --cache_size=6442450944 \
70 --cache_size=6442450944 \
88 --cache_size=6442450944 \
106 --cache_size=6442450944 \
124 --cache_size=6442450944 \
143 --cache_size=104857600 \
162 --cache_size=6442450944 \
182 --cache_size=6442450944 \
200 --cache_size=6442450944 \
218 --cache_size=6442450944 \
[all …]
/rocksdb-6.9/tools/
Ddbench_monitor47 cs [cache_size]
84 …$ztype --benchmarks="$benches" --reads="$reads" --threads="$threads" --cache_size=$cs --value_siz…
88 …$ztype --benchmarks="$benches" --reads="$reads" --threads="$threads" --cache_size=$cs --value_siz…
Dbenchmark_leveldb.sh41 cache_size=${CACHE_SIZE:-$((1 * G))}
53 --cache_size=$cache_size \
Dbenchmark.sh53 cache_size=${CACHE_SIZE:-$((17179869184))}
72 --cache_size=$cache_size \
Ddb_bench_tool.cc432 DEFINE_int64(cache_size, 8 << 20, // 8MB
2552 std::string cache_size; in PrintEnvironment() local
2564 cache_size = val.ToString(); in PrintEnvironment()
2569 fprintf(stderr, "CPUCache: %s\n", cache_size.c_str()); in PrintEnvironment()
/rocksdb-6.9/utilities/persistent_cache/
Dblock_cache_tier.cc358 assert(size_ <= opt_.cache_size); in Reserve()
360 if (size + size_ <= opt_.cache_size) { in Reserve()
366 assert(size + size_ >= opt_.cache_size); in Reserve()
371 while (size + size_ > opt_.cache_size * retain_fac) { in Reserve()
389 assert(size_ <= opt_.cache_size * 0.9); in Reserve()
Dpersistent_cache_tier.h91 cache_size = _cache_size;
109 if (cache_size < cache_file_size || write_buffer_size >= cache_file_size || in ValidateSettings()
154 uint64_t cache_size = std::numeric_limits<uint64_t>::max();
Dpersistent_cache_tier.cc30 snprintf(buffer, kBufferSize, " cache_size: %" PRIu64 "\n", cache_size); in ToString()
Dpersistent_cache_bench.cc36 DEFINE_uint64(cache_size, std::numeric_limits<uint64_t>::max(), "Cache size");
/rocksdb-6.9/docs/_posts/
D2015-11-16-analysis-file-read-latency-by-level.markdown234 …cs=1 –histogram=1 –num=$r –threads=$t –value_size=$vs –block_size=$bs –cache_size=$cs –bloom_bits=…
237 …cs=1 –histogram=1 –num=$r –threads=$t –value_size=$vs –block_size=$bs –cache_size=$cs –bloom_bits=…
D2017-05-14-core-local-stats.markdown18 … -statistics -use_existing_db=true -benchmarks=readrandom -threads=32 -cache_size=1048576000 -num=…
/rocksdb-6.9/utilities/transactions/
Dwrite_prepared_transaction_test.cc954 SequenceNumber cache_size = wp_db->COMMIT_CACHE_SIZE; in TEST_P() local
955 SequenceNumber overlap_seq = txn->GetId() + cache_size; in TEST_P()
984 overlap_seq += cache_size; in TEST_P()
1091 const uint64_t cache_size = 1ul << snapshot_cache_bits; in TEST_P() local
1125 snapshots[cache_size - 1] - 1}; in TEST_P()
1129 ASSERT_EQ(wp_db->old_commit_map_.size(), cache_size - 2); in TEST_P()
1135 CommitEntry commit_entry = {snapshots[cache_size] + 1, in TEST_P()
1136 snapshots[cache_size + 2] + 1}; in TEST_P()
1164 CommitEntry commit_entry = {snapshots[cache_size - 1] - 1, in TEST_P()
1169 ASSERT_EQ(wp_db->old_commit_map_.size(), snapshots.size() - cache_size + 1); in TEST_P()
/rocksdb-6.9/cache/
Dcache_bench.cc32 DEFINE_int64(cache_size, 8 * KB * KB,
/rocksdb-6.9/db_stress_tool/
Ddb_stress_gflags.cc281 DEFINE_int64(cache_size, 2LL * KB * KB * KB,
Ddb_stress_common.h136 DECLARE_int64(cache_size);
/rocksdb-6.9/tools/advisor/advisor/
Drules.ini207 option=cache_size
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java531 .setBlockCacheSize((Long)flags_.get(Flag.cache_size)) in prepareOptions()
1029 cache_size(-1L, enumConstant