Comment on Optimizing Postgres table layout for maximum efficiencyparentComments−rtuin1yThis is interesting! Turning the values into arrays is not suitable for our base-tables, but might be for the several materialization tables we run.
Comments
This is interesting! Turning the values into arrays is not suitable for our base-tables, but might be for the several materialization tables we run.