Upcoming presentations
No upcoming presentations...
Past presentations
Analytics in Postgres –– a decade in the making.
Making postgres a OLAP system
In this talk, we'll explore the various attempts to make Postgres more effective for analytics.
Early projects like Citus and Timescale added columnar storage, but lacked a strong vectorized execution engine to fully leverage it.More recent projects embed DuckDB as an execution engine within Postgres. pg_mooncake is one such attempt that intro...