Searched refs:good (Results 1 – 20 of 20) sorted by relevance
| /rocksdb-6.9/tools/block_cache_analyzer/ |
| D | block_cache_trace_analyzer_test.cc | 255 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 …]
|
| D | block_cache_trace_analyzer.cc | 714 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/ |
| D | db_ttl_impl.h | 269 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/ |
| D | 2015-07-23-dynamic-level.markdown | 20 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…
|
| D | 2014-06-23-plaintable-a-new-file-format.markdown | 22 …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…
|
| D | 2018-08-23-data-block-hash-index.markdown | 11 …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.
|
| D | 2016-01-29-compaction_pri.markdown | 34 …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…
|
| D | 2017-08-24-pinnableslice.markdown | 14 ### How good is it?
|
| D | 2018-08-01-rocksdb-tuning-advisor.markdown | 10 configurable parameters, a good configuration is sometimes hard to obtain. The aim of
|
| D | 2015-07-15-rocksdb-2015-h2-roadmap.markdown | 16 …t for us because we're heavy users of MySQL. We're already getting pretty good performance results…
|
| D | 2018-11-21-delete-range.markdown | 32 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.
|
| D | 2014-06-27-avoid-expensive-locks-in-get.markdown | 59 Daryl Grove gives a pretty good [comparison between mutex and atomic](https://blogs.oracle.com/d/en…
|
| D | 2015-07-17-spatial-indexing-in-rocksdb.markdown | 10 … our own, we looked at the existing spatial databases. They were all very good technology, but als…
|
| D | 2017-12-19-write-prepared-txn.markdown | 16 …s the memory the bottleneck for large transactions. It however provides a good milestone for trans…
|
| /rocksdb-6.9/ |
| D | CONTRIBUTING.md | 10 open source project, you're good to go. If you are submitting a pull
|
| D | CODE_OF_CONDUCT.md | 64 Project maintainers who do not follow or enforce the Code of Conduct in good
|
| D | WINDOWS_PORT.md | 69 … the memory consumption. We think that in our use case this may also be a good configuration optio…
|
| /rocksdb-6.9/tools/advisor/ |
| D | README.md | 7 configurable parameters, a good configuration is sometimes hard to obtain. The aim of
|
| /rocksdb-6.9/docs/_docs/ |
| D | faq.md | 40 ## How good is RocksDB as a database storage engine?
|
| /rocksdb-6.9/trace_replay/ |
| D | block_cache_tracer.cc | 376 while (ss.good()) { in ReadAccess()
|