Thanks for the feedback. We don't want to offer too many choices, as it complicates backward compatibility testing, and want to stick to two options at most.
Since this is the second time I'm seeing this feedback, I'm inclined to reduce the block size for BEST_SPEED in order to trade a bit of compression ratio for better decompression speed. I have some changes to stored fields on my plate, I'll include this change as well. On Thu, Apr 8, 2021 at 7:04 AM Никита Михайлов <mihaylovniki...@gmail.com> wrote: > Hi > BEST_SPEED has been changed in LUCENE-9447 and LUCENE-9486. For this > reason, retrieving data from elasticsearch has slowed down by 10-20%. When > there is a lot of data, this is critical > Can developers leave the choice of which codec to use: LZ4(16kB) (old > BEST_SPEED) or LZ4 with preset dict(BEST_SPEED_SAVING_DISKSIZE)? Or make > more flexible settings? > > Otherwise, such changes may be a blocker or will have to spend money on > buying new hardware > -- Adrien