| ▲ | lizimo 4 hours ago | |
Is `pgrcolumnar` the default storage layout for tables? It would be cool if the same storage engine outperforms vanilla Postgres under both OLTP and OLAP workloads. AlloyDB from Google Cloud uses columnar storage like a secondary index, while the relations are still stored in TOAST. | ||
| ▲ | malisper 4 hours ago | parent [-] | |
pgrcolumnar is not the default storage method. Right now, it's exposed as a table access method. There's lots of design space for how to do this so I want to avoid pre-committing to anything | ||