GitHub - sushrut141/pg_analytica: Postgres extension that speeds up analytics queries by upto 90%
What is pg_analytica
pg_analytica is a Postgres extension that speeds up analytics queries by upto 90%.
How it works
pg_analytica automatically exports specified columns from your table into columnar format at regular intervals. The columnar storage allows for blazing-fast querying compared to traditional row-based storage.
Getting Started
Download extension dependencies
The extension relies on the following dependencies.
parquet-glib
arrow-glib
gio-2.0
Installation instructions for various plat...
Read more at github.com