v.20.8New Feature
Add Default Compression Codec Specification for Columns in config.xml
Add the ability to specifyDefaultcompression codec for columns that correspond to settings specified inconfig.xml. Implements: #9074. #14049 (alesapin).
Why it matters
This feature allows users to configure a default compression codec for columns across tables by setting it in the server configuration file (config.xml). It simplifies managing compression settings and ensures consistent compression behavior without needing to specify codecs explicitly in table definitions.How to use it
To use this feature, add or modify theDefault compression codec setting under the appropriate section in the config.xml file. This setting will then be applied as the default codec for columns that do not have an explicitly defined codec.