Files
tantivy/columnar/src
trinity-1686a 780e26331d sstable compression (#1946)
* compress sstable with zstd

* add some details to sstable readme

* compress only block which benefit from it

* multiple changes to sstable

make compression optional
use OwnedBytes instead of impl Read in sstable, required for next point
use zstd bulk api, which is much faster on small records

* cleanup and use bulk api for compression

* use dedicated byte for compression

* switch block len and compression flag

* change default zstd level in sstable
2023-04-14 16:25:50 +02:00
..
2023-03-27 14:56:32 +09:00
2023-04-04 11:28:42 +09:00
2023-01-07 17:37:00 +09:00
2023-02-09 13:14:31 +01:00
2023-04-04 11:28:42 +09:00
2023-04-14 16:25:50 +02:00
2023-01-07 17:37:00 +09:00