Home
last modified time | relevance | path

Searched refs:throughput (Results 1 – 23 of 23) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2018-08-23-data-block-hash-index.markdown7 … that has the benefit of both reducing the CPU util and increasing the throughput for point lookup…
11 … `DataBlockIter::Seek()`, is reduced by 21.8%, and the overall RocksDB throughput is increased by …
82throughput gain achieved by the hash index lookup. Besides, when compression is enabled, cache mis…
106 … code path, DataBlockIter::Seek(), is reduced by 21.8% and the overall throughput is increased by …
112 ![](/static/images/data-block-hash-index/perf-throughput.png)
115throughput gain. Cache size greater than 8GB can be translated to a cache miss ratio smaller than …
D2019-08-15-unordered-write.markdown2 title: Higher write throughput with `unordered_write` feature
8 …higher write throughput compared to vanilla RocksDB. If the application can handle more relaxed or…
D2017-08-25-flushwal.markdown8 …pplications such as MyRocks benefit from this API to gain higher write throughput with however no …
12 …th setting `DBOptions.concurrent_prepare`, MyRocks achieves 40% higher throughput in Sysbench's [u…
24 … low commit latency in the storage engine essential for acheiving high throughput. The commit in M…
D2014-07-29-rocksdb-3-3-release.markdown27 …r option**: We added an option that controls total throughput of flush and compaction. The through…
D2017-05-12-partitioned-index-filter.markdown28 …ache) and a very small block cache of size 60MB. Partitioning improves throughput by 11x from 5 op…
32 …ning the linkbench throughput drops from 38k tps to 23k when reducing block cache size from 6G to …
D2017-12-19-write-prepared-txn.markdown8 …policy simplified the implementation but came with some limitations in throughput, transaction siz…
12throughput. Moreover this write policy cannot provide weaker isolation levels, such as READ UNCOMM…
D2017-06-29-rocksdb-5-5-1-released.markdown18 * New option enable_pipelined_write which may improve write throughput in case writing from multipl…
D2015-07-22-rocksdb-is-now-available-in-windows-platform.markdown10 …ccessfully used by the community and various companies to achieve high throughput and volume in a …
D2017-08-24-pinnableslice.markdown16 Here are the improvements in throughput for an [in-memory benchmark](https://github.com/facebook/ro…
D2017-12-18-17-auto-tuned-rate-limiter.markdown12 …r unless absolutely necessary, so setting this to the device's maximum throughput is a reasonable …
D2014-05-14-lock.markdown27 …ed. One such operation is not expensive but if you are building a high throughput server with lots…
49 …hat table handler evictions should never happen. It is common for high-throughput, low-latency ser…
D2017-05-14-core-local-stats.markdown12 For concurrent/high-throughput workloads, cache line bouncing of atomics caused high CPU utilizatio…
D2014-06-27-avoid-expensive-locks-in-get.markdown27 …hallenges for in-memory workload and stopped RocksDB from scaling read throughput beyond 8 cores. …
D2017-06-26-17-level-based-changes.markdown42 …s, though, consistently show less compaction stalls and improved write throughput. One justificati…
D2018-11-21-delete-range.markdown252 …t the block cache was large enough to hold the entire db, so the large throughput is due to limite…
/rocksdb-6.9/db_stress_tool/
Ddb_stress_stat.h180 double throughput = (double)done_ / elapsed; in Report() local
184 (long)throughput); in Report()
/rocksdb-6.9/
DDEFAULT_OPTIONS_HISTORY.md14 …s to 1. When users set higher max_background_compactions but the write throughput is not high, the…
DUSERS.md9 4. Laser -- Laser is a high query throughput, low (millisecond) latency, key-value storage service …
83 …io/dgraph) is an open-source, scalable, distributed, low latency, high throughput Graph database .…
DWINDOWS_PORT.md69 …se this may also be a good configuration option at the expense of disk throughput. To compensate o…
DHISTORY.md238 …es with higher write throughput. When used with WRITE_PREPARED transactions with two_write_queues=…
643 * New option enable_pipelined_write which may improve write throughput in case writing from multipl…
1046 * Add a rate_limiter option, which controls total throughput of flush and compaction. The throughpu…
1067 * Tailing Iterator re-implemeted with ForwardIterator + Cascading Search Hint , see ~20% throughput
/rocksdb-6.9/tools/advisor/test/
Dtest_db_bench_runner.py121 data_sources, throughput = self.bench_runner.run_experiment(
/rocksdb-6.9/java/benchmark/src/main/java/org/rocksdb/benchmark/
DDbBenchmark.java152 double throughput = (double) done_ / (elapsed * 1e-9); in report() local
156 (long) throughput, (extra.length() == 0 ? "" : " "), extra.toString()); in report()
/rocksdb-6.9/tools/
Ddb_bench_tool.cc2102 double throughput = (double)done_/elapsed; in Report() local
2107 (long)throughput, in Report()