> On 15 Sep 2023, at 14:31, jacktby jacktby <jack...@gmail.com> wrote: > > I’m trying to implement a new column store for pg, is there a good example to > reference?
There are open-source forks of postgres that have column-stores, like Greenplum for example. Be sure to check the license and existence of any patents on any code before studying it though. The most recent attempt to make a column-store for PostgreSQL was, IIRC, zedstore. The zedstore thread might give some insights: https://postgr.es/m/calfoeiuf-m5jg51mjupm5gn8u396o5sa2af5n97vtraedya...@mail.gmail.com -- Daniel Gustafsson