79550941

Date: 2025-04-02 14:45:50
Score: 1
Natty:
Report link

The compression can be specified per column using the USING COMPRESSION syntax:

CREATE TABLE my_table(my_col INTEGER USING COMPRESSION bitpacking);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mytherin