Home
last modified time | relevance | path

Searched refs:compressed (Results 1 – 6 of 6) sorted by relevance

/rocksdb-6.9/tools/
Ddb_bench_tool.cc2391 compressed); in CompressSlice()
2399 compressed); in CompressSlice()
2407 input.size(), compressed); in CompressSlice()
2502 std::string compressed; in PrintWarnings() local
3466 std::string compressed; in Compress() local
3474 compressed.clear(); in Compress()
3476 produced += compressed.size(); in Compress()
3495 std::string compressed; in Uncompress() local
3522 ok = Snappy_Uncompress(compressed.data(), compressed.size(), in Uncompress()
3533 uncompressed = BZip2_Uncompress(compressed.data(), compressed.size(), in Uncompress()
[all …]
/rocksdb-6.9/util/
Dcompression.h730 bool compressed = false; in Zlib_Compress() local
733 compressed = true; in Zlib_Compress()
741 return compressed; in Zlib_Compress()
897 bool compressed = false; in BZip2_Compress() local
900 compressed = true; in BZip2_Compress()
908 return compressed; in BZip2_Compress()
/rocksdb-6.9/docs/
D_config.yml79 style: :compressed
/rocksdb-6.9/docs/_posts/
D2015-11-16-analysis-file-read-latency-by-level.markdown10 In many use cases of RocksDB, people rely on OS page cache for caching compressed data. With this a…
/rocksdb-6.9/
DHISTORY.md113 …and now displays how many blocks were compressed and how many were not, in particular how many wer…
145 …ltiGet() when BlockBasedTableOptions::no_block_cache is true and there is no compressed block cache
146 …blem in BlockBasedTable::MultiGet() when compression is enabled and no compressed block cache is c…
227 …ger get evicted from the cache when a table is closed, can now use the compressed block cache (if …
337 * The counter stat `number.block.not_compressed` now also counts blocks not compressed due to poor …
446 … caused by not copying the block trailer with compressed SST file, direct IO, prefetcher and no co…
940 …mat_version = 2. This format changes how we encode size information in compressed blocks and shoul…
/rocksdb-6.9/table/
Dtable_test.cc1389 uint64_t BlockBasedTableTest::IndexUncompressedHelper(bool compressed) { in IndexUncompressedHelper() argument
1405 table_options.enable_index_compression = compressed; in IndexUncompressedHelper()