ByteA
2022-10-22
Alvaro Herrera on pgsql-general:
if you set
ALTER TABLE tab ALTER COLUMN byt SET STORAGE EXTERNAL
then compression is not used, and random access becomes fast.
Alvaro Herrera on pgsql-general:
if you set
ALTER TABLE tab ALTER COLUMN byt SET STORAGE EXTERNAL
then compression is not used, and random access becomes fast.