v.23.2Improvement
Mark Gorilla Compression on Non-Float Columns as Suspicious
Mark Gorilla compression on columns of non-Float* type as suspicious. #45376 (Robert Schulze).Why it matters
This feature helps identify potential misconfigurations or inefficiencies by flagging the use ofGorilla compression on columns that are not of Float* types, where this compression method may not be appropriate or effective.How to use it
Users do not need to enable this explicitly; the system will automatically mark columns usingGorilla compression on non-Float* types as suspicious during metadata inspection or compression evaluation.