Is it possible to use LZ4 compression type for met...
# general
a
Is it possible to use LZ4 compression type for metric columns?
m
If you use no-dictionary indexing on them, you can. May I ask what’s the use case. cc: @User
a
Yes, we did put the metric in the no dictionary columns but it seems in the realtime segment converter it still does passthrough compression type for metric columns..
r
as mentioned on the issue, LZ4 is unlikely to be a win for numeric columns. Encoding (e.g. delta, xor, pfor, gorilla) has been on the cards for a while but nobody has got round to it. It could be added soon depending on prioritisation.