Assigned
Status Update
Comments
ro...@google.com <ro...@google.com>
ad...@gmail.com <ad...@gmail.com> #2
I have forwarded your request to our engineering team. I cannot provide an E.T.A. or guarantee that this feature will be deployed. Rest assured that your feedback is always seriously taken. Any future updates will be posted on this thread.
Description
This will create a feature request which anybody can view and comment on.
Please describe your requested enhancement. Good feature requests will solve common problems or enable new use cases.
What you would like to accomplish: The Community version Postgresql 14 supports feature LZ4 Compression on TOAST data.
When we tried to use lz4 compression on Cloud SQL (PostgreSQL 14) database table data, we are getting below error.
ERROR: compression method lz4 not supported
DETAIL: This functionality requires the server to be built with lz4 support.
HINT: You need to rebuild PostgreSQL using --with-lz4.
it seems at the moment this feature is not supported by Cloud SQL - PostgreSQL 14.
How this might work:
If applicable, reasons why alternative solutions are not sufficient:
This feature offers good trade-off between speed and compression ratio.
Other information (workarounds you have tried, documentation consulted, etc):