Optimized Space Consumption for Inverted Indexes through Bitmap Representation
Official CH changelog text
Posting lists in inverted indexes are now optimized to use the smallest possible representation for internal bitmaps. Depending on the repetitiveness of the data, this may significantly reduce the space consumption of inverted indexes. #55069 (Harry Lee).