Home
last modified time | relevance | path

Searched refs:large (Results 1 – 24 of 24) sorted by relevance

/rocksdb-6.9/docs/_posts/
D2017-05-12-partitioned-index-filter.markdown8 …ks` allows storing only a subset of them in block cache, their relatively large size negatively af…
10 ### How large are the index/filter blocks?
14 ### What is the big deal with large index/filter blocks?
16 …of size 4KB). This would result in more cache misses for data blocks. The large index/filters also…
18 After the cache miss of an index/filter, it has to be reloaded from the disk, and its large size is…
D2017-08-24-pinnableslice.markdown8 …opy the value. The memcpy overhead could be non-trivial when the value is large. The [new API](htt…
22 PinnableSlice tries to avoid memcpy as much as possible. The primary gain is when reading large val…
D2017-12-19-write-prepared-txn.markdown12 …e buffered in memory in the meanwhile. This makes memory a bottleneck for large transactions. The …
16 …he issue of buffering the data, which makes the memory the bottleneck for large transactions. It h…
D2018-02-05-rocksdb-5-10-2-released.markdown20 * Fix performance issue in `IngestExternalFile()` affecting databases with large number of SST file…
D2017-01-06-rocksdb-5-0-1-released.markdown12 * Introduce DB::DeleteRange for optimized deletion of large ranges of contiguous keys.
D2018-08-01-rocksdb-tuning-advisor.markdown9 of the complexity of its underlying technology and a large number of
D2014-06-23-plaintable-a-new-file-format.markdown37 …most empty results queries. This is a good trade-off for use cases with a large percentage of empt…
D2014-04-21-indexing-sst-files-for-better-lookup-performance.markdown16 …s reduces complexity from O(N) to O(log(N)). However, log(N) can still be large for bottom levels.…
D2015-07-17-spatial-indexing-in-rocksdb.markdown10 …, because we have a lot of operational experience with running and tuning RocksDB at a large scale.
D2018-11-21-delete-range.markdown252 … reported here). Also note that the block cache was large enough to hold the entire db, so the lar…
D2017-06-26-17-level-based-changes.markdown40 …ets us quickly reduce L0 file count to keep read-amp low while sustaining large bursts of writes (…
D2016-01-29-compaction_pri.markdown36 …id the worst performance of space efficiency and query performance when a large percentage of the …
D2018-08-23-data-block-hash-index.markdown82 …ock cache miss ratio. Therefore, a very small util ratio will result in a large data block cache m…
/rocksdb-6.9/tools/advisor/advisor/
Drules.ini117 conditions=large-db-get-p99
128 [Condition "large-p99-read-latency"]
135 [Condition "large-db-get-p99"]
/rocksdb-6.9/
DDUMP_FORMAT.md9 … sized chunks of bytes prepended by 4 byte little endian number indicating how large each chunk is.
DDEFAULT_OPTIONS_HISTORY.md13 …t improves performance, but users need to set file descriptor limit to be large enough and watch m…
DUSERS.md108 …able, lightning-fast, open source graph database capable of hosting super large scale graphs with …
DHISTORY.md230 …h may take significantly amount of memory if options.keep_log_file_num is large and either of opti…
379 …nged to false. Note that this new default may cause large temp memory usage when building very lar…
427 …che entries never get hit age out faster, improving cache efficiency when large background scan pr…
490 * If `ColumnFamilyOptions::max_subcompactions` is set greater than one, we now parallelize large ma…
549 * Fix performance issue in `IngestExternalFile()` affecting databases with large number of SST file…
706 * Introduce DB::DeleteRange for optimized deletion of large ranges of contiguous keys.
918 …ll files to a big file in level 0 (by setting target_file_size_base to be large and CompactRange(<…
1029 …ut the iterator anyways. This may improve performance in case there are a large number of delete m…
/rocksdb-6.9/tools/advisor/
DREADME.md6 because of the complexity of its underlying technology and a large number of
/rocksdb-6.9/db/compaction/
Dcompaction_job_stats_test.cc336 void MakeTables(int n, const std::string& small, const std::string& large, in MakeTables() argument
340 ASSERT_OK(Put(cf, large, "end")); in MakeTables()
/rocksdb-6.9/docs/_docs/
Dfaq.md22 …-stalls with LevelDB that caused 99-percentile latency to be tremendously large. We found that mma…
/rocksdb-6.9/db/
Ddb_test_util.cc1131 const std::string& large, int cf) { in MakeTables() argument
1134 ASSERT_OK(Put(cf, large, "end")); in MakeTables()
Ddb_test_util.h905 void MakeTables(int n, const std::string& small, const std::string& large,
Dcolumn_family_test.cc443 const std::string& large) { in MakeTables() argument
446 ASSERT_OK(Put(cf, large, "end")); in MakeTables()