Replies: 1 comment 1 reply
-
|
Hi!
No, not yet. The list of currently supported column compression codecs is in https://clickhouse.com/docs/en/sql-reference/statements/create/table#specialized-codecs. Would you like to open a issue / feature request for that?
There is a blog post where we analyzed compression codecs on an example dataset (the analysis for float columns it at the very end of the blog post). For float datatypes potential options are Gorilla, FPC or just plain zstd. Which one performs better depends a lot on the shape of the data. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Came across a youtube video discussing ALP compression. It looks ALP works well for Floating point numbers compression in vectors and faster.
Sources -
https://www.youtube.com/watch?v=GKG5b04o5Yc
https://ir.cwi.nl/pub/33334
Beta Was this translation helpful? Give feedback.
All reactions