v.25.3Improvement

Parameters for the codec Gorilla will now

Parameters for the codec Gorilla will now always be saved in the table metadata in .sql file. This closes: #70072. #74814 (Nikita Mikhaylov).
Parameters for the codec Gorilla are now always saved in the table metadata within the .sql file.

Why it matters

This feature ensures that all parameters used for the Gorilla codec are persistently stored in the table's metadata file. It solves the problem of missing codec parameter information when managing table definitions, improving metadata consistency and reliability.

How to use it

Users do not need to take any explicit action; the parameters for the Gorilla codec will automatically be saved in the table's .sql metadata file upon table creation or alteration.