pg_analytics
Postgres for analytics, powered by DuckDB
pg_analytics : Postgres for analytics, powered by DuckDB
Overview
| ID | Extension | Package | Version | Category | License | Language |
|---|---|---|---|---|---|---|
| 2420 | pg_analytics | pg_analytics | 0.3.7 |
OLAP | PostgreSQL | Rust |
| Attribute | Has Binary | Has Library | Need Load | Has DDL | Relocatable | Trusted |
|---|---|---|---|---|---|---|
| --sLd-- | No | Yes | Yes | Yes | no | no |
| Relationships | |
|---|---|
| Schemas | paradedb |
| See Also | pg_duckdb pg_mooncake duckdb_fdw pg_parquet columnar citus_columnar orioledb citus |
archived, no longer maintained
Packages
| Type | Repo | Version | PG Major Compatibility | Package Pattern | Dependencies |
|---|---|---|---|---|---|
| EXT | PIGSTY | 0.3.7 |
18 17 16 15 14 | pg_analytics |
- |
| RPM | PIGSTY | 0.3.7 |
18 17 16 15 14 | pg_analytics_$v |
- |
| DEB | PIGSTY | 0.3.7 |
18 17 16 15 14 | postgresql-$v-pg-analytics |
- |
| Linux / PG | PG18 | PG17 | PG16 | PG15 | PG14 |
|---|---|---|---|---|---|
| el8.x86_64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| el8.aarch64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| el9.x86_64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| el9.aarch64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| el10.x86_64 | MISS | MISS | MISS | MISS | MISS |
| el10.aarch64 | MISS | MISS | MISS | MISS | MISS |
| d12.x86_64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| d12.aarch64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| d13.x86_64 | MISS | MISS | MISS | MISS | MISS |
| d13.aarch64 | MISS | MISS | MISS | MISS | MISS |
| u22.x86_64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| u22.aarch64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| u24.x86_64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| u24.aarch64 | MISS | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 | PIGSTY 0.3.7 |
| u26.x86_64 | MISS | MISS | MISS | MISS | MISS |
| u26.aarch64 | MISS | MISS | MISS | MISS | MISS |
Source
github.com/paradedb/pg_analytics
Install
Make sure PGDG and PIGSTY repo available:
Install this extension with pig:
Config this extension to shared_preload_libraries:
Create this extension with:
Usage
This extension is archived (Mar 2025) and no longer maintained. ParadeDB’s analytics work is now part of pg_search. Consider using pg_duckdb or pg_mooncake for data lake analytics instead.
https://github.com/paradedb/pg_analytics
Example, read parquet files from S3:
This fdw is read-only for now.