Home
last modified time | relevance | path

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

/rocksdb-6.9/tools/block_cache_analyzer/
Dblock_cache_trace_analyzer_test.cc255 while (ss.good()) { in TEST_F()
288 while (ss.good()) { in TEST_F()
316 while (ss.good()) { in TEST_F()
350 while (ss_naccess.good()) { in TEST_F()
372 while (ss.good()) { in TEST_F()
393 while (ss_naccess.good()) { in TEST_F()
426 while (ss.good()) { in TEST_F()
439 while (ss_naccess.good()) { in TEST_F()
491 while (analyzing_callers.good()) { in TEST_F()
558 while (timeline.good()) { in TEST_F()
[all …]
Dblock_cache_trace_analyzer.cc714 while (ss.good()) { in ParseLabelStr()
2061 while (ss.good()) { in parse_cache_config_file()
2099 while (ss.good()) { in parse_buckets()
2182 while (ss.good()) { in block_cache_trace_analyzer_tool()
2200 while (ss.good()) { in block_cache_trace_analyzer_tool()
2217 while (ss.good()) { in block_cache_trace_analyzer_tool()
2228 while (ss.good()) { in block_cache_trace_analyzer_tool()
2239 while (ss.good()) { in block_cache_trace_analyzer_tool()
2265 while (ss.good()) { in block_cache_trace_analyzer_tool()
2274 while (ss.good()) { in block_cache_trace_analyzer_tool()
[all …]
/rocksdb-6.9/utilities/ttl/
Ddb_ttl_impl.h269 bool good = true; in FullMergeV2() local
275 good = user_merge_op_->FullMergeV2( in FullMergeV2()
280 good = user_merge_op_->FullMergeV2( in FullMergeV2()
287 if (!good) { in FullMergeV2()
/rocksdb-6.9/docs/_posts/
D2015-07-23-dynamic-level.markdown20 Level-based compaction’s advantage is its good space efficiency. We usually use the metric space am…
23 …last level will be a good estimation of user data size. So total size of the DB divided by the siz…
26 …oximately (1000GB + 100GB + 10GB + 1GB) / 1000GB = 1.111, which is a very good number. However, th…
D2014-06-23-plaintable-a-new-file-format.markdown22 …erformance and memory consumption. PlainTable query performance is not as good as you would see wi…
37 …ut avoids multiple cache misses for most empty results queries. This is a good trade-off for use c…
D2018-08-23-data-block-hash-index.markdown11 …of 4.6% more space. Shadow testing with Facebook production traffic shows good CPU improvements to…
82 …dwidth/latency etc. In our experiment, we found util ratio = 0.5 ~ 1 is a good range to explore th…
117 Besides, shadow testing with Facebook production traffic shows good CPU improvements too.
D2016-01-29-compaction_pri.markdown34 …eys into the last level, the sooner the disk space is reclaimed, so it is good for space efficienc…
45 If you have good ideas about better compaction picker approach, you are welcome to implement and be…
D2017-08-24-pinnableslice.markdown14 ### How good is it?
D2018-08-01-rocksdb-tuning-advisor.markdown10 configurable parameters, a good configuration is sometimes hard to obtain. The aim of
D2015-07-15-rocksdb-2015-h2-roadmap.markdown16 …t for us because we're heavy users of MySQL. We're already getting pretty good performance results…
D2018-11-21-delete-range.markdown32 illustrated above, so from this perspective it's a good target for optimization.
73 We could not think of a good way to do it, however, since the start of a range
146 side, hoping a good caching strategy could optimize this at some future point.
D2014-06-27-avoid-expensive-locks-in-get.markdown59 Daryl Grove gives a pretty good [comparison between mutex and atomic](https://blogs.oracle.com/d/en…
D2015-07-17-spatial-indexing-in-rocksdb.markdown10 … our own, we looked at the existing spatial databases. They were all very good technology, but als…
D2017-12-19-write-prepared-txn.markdown16 …s the memory the bottleneck for large transactions. It however provides a good milestone for trans…
/rocksdb-6.9/
DCONTRIBUTING.md10 open source project, you're good to go. If you are submitting a pull
DCODE_OF_CONDUCT.md64 Project maintainers who do not follow or enforce the Code of Conduct in good
DWINDOWS_PORT.md69 … the memory consumption. We think that in our use case this may also be a good configuration optio…
/rocksdb-6.9/tools/advisor/
DREADME.md7 configurable parameters, a good configuration is sometimes hard to obtain. The aim of
/rocksdb-6.9/docs/_docs/
Dfaq.md40 ## How good is RocksDB as a database storage engine?
/rocksdb-6.9/trace_replay/
Dblock_cache_tracer.cc376 while (ss.good()) { in ReadAccess()