Searched refs:uncompressed (Results 1 – 4 of 4) sorted by relevance
3511 CacheAllocationPtr uncompressed; in Uncompress() local3521 uncompressed = AllocateBlock(ulength, nullptr); in Uncompress()3523 uncompressed.get()); in Uncompress()3527 uncompressed = in Uncompress()3530 ok = uncompressed.get() != nullptr; in Uncompress()3535 ok = uncompressed.get() != nullptr; in Uncompress()3540 ok = uncompressed.get() != nullptr; in Uncompress()3545 ok = uncompressed.get() != nullptr; in Uncompress()3548 uncompressed.reset(XPRESS_Uncompress( in Uncompress()3550 ok = uncompressed.get() != nullptr; in Uncompress()[all …]
16 Here are perf results for 32 reader threads where most reads (99%+) are served by uncompressed bloc…
252 … spent on decompression. The range tombstone blocks are always pinned uncompressed in memory. We b…
451 * Add a BlockBasedTableOption to align uncompressed data blocks on the smaller of block size or pag…