Hui Liu
|
ec76f89d97
|
use raw ZSTD API
|
2022-10-12 08:23:15 -07:00 |
Ata E Husain Bohra
|
52169d2b8e
|
Enable ZSTD compression support (#8014)
* Enable ZSTD compression filter
Description
diff-4: Randomize Knob Compression filter selection
diff-3: Minor refactoring
diff-2: Limit ZSTD availability to CLANG compiler
diff-1: Add ZSTD compression option to BlobGranule tests
Major changes includes:
1. Update FDB CMake to download, install and build Boost with
ZSTD compatibility
2. Update CompressionUtils to enable boost::iostreams::zstd
compression filter
Testing
CompressionUtilsUnit.toml
BlobGranuleCorrectness/BlobGranuleCorrectnessClean
devRunCorrectness - 100K (in-progress)
|
2022-09-22 14:31:49 -07:00 |
Josh Slocum
|
4b66645d80
|
Granule file performance benchmark and improvements (#7742)
* added cpu microbenchmark for blob granule files
* Added edge case read benchmarks, and sorting memory deltas
* Sorted merge for granule files
* key block comparison optimization in granule files
* More performance improvements to granule file read
* fixing zlib not supported build
* fixing formatting
* Added debug macro for new debugging prints
* review comments
* more strict compression size validation assert
|
2022-08-02 11:36:44 -05:00 |
Junhyun Shim
|
5169616b16
|
Fix unresolved merge conflicts
|
2022-07-27 00:38:16 +02:00 |
Ata E Husain Bohra
|
24b2de8de8
|
BlobFile Encryption and compression support
Description
Testing
|
2022-07-14 17:04:14 -07:00 |