cstore_fdw
Columnar storage extension
A columnar storage extension for PostgreSQL that uses a native table access method API to improve performance and compression.
Columnar storage extension for Postgres built as a foreign data wrapper. Check out https://github.com/citusdata/citus for a modernized columnar storage implementation built as a table access method.
2k stars
119 watching
171 forks
Language: C
last commit: over 3 years ago
Linked from 4 awesome lists
columnar-storagecolumnar-storecompressionpostgresql
Related projects:
Repository | Description | Stars |
---|---|---|
enterprisedb/mongo_fdw | A PostgreSQL extension that enables interaction with MongoDB databases through foreign data wrappers. | 330 |
kelindar/column | A high-performance in-memory storage engine with bitmap indexing for columnar data storage and querying. | 1,437 |
cdaringe/ava-fixture-docker-db | Provides a way to easily set up and test a Docker-based PostgreSQL database for TypeScript applications. | 4 |
postgrespro/zson | A PostgreSQL extension for transparent JSONB compression | 541 |
alitrack/duckdb_fdw | A foreign data wrapper that connects PostgreSQL to DuckDB databases. | 340 |
pdet/scrooge-mcduck | An extension for DuckDB analytics that supports financial data aggregation and scanning. | 129 |
apache/orc | A columnar storage format for Hadoop workloads that optimizes data access and reduces query performance requirements. | 691 |
twentyfourminutes/postgresql.bulk | Provides fast bulk data insertion for PostgreSQL databases using Npgsql | 3 |
duckdb/duckdb_azure | A C++ extension for DuckDB that integrates with Azure blob storage for storing and querying data | 50 |
botpress/cdk-postgresql | Provides AWS CDK constructs to simplify the deployment of PostgreSQL databases on AWS | 24 |
dantali0n/opencsd | An eBPF-based emulator of a computational storage device for Zoned Namespaces SSDs in QEMU. | 57 |
demetrixbio/fsharp.data.npgsql | An F# type provider library for accessing and manipulating data in PostgreSQL databases. | 127 |
cossacklabs/pg_themis | A PostgreSQL extension for encrypting and decrypting data using the Themis library. | 30 |
credativ/elephant-shed | A comprehensive web-based management tool for PostgreSQL databases | 210 |
microsoft/fishstore | A fast ingestion and querying layer for flexible-schema data storage | 214 |