https://github.com/clflushopt/pg_tpch
The quickest and fastest way to run TPC-H benchmarks on Postgres
https://github.com/clflushopt/pg_tpch
Last synced: 9 months ago
JSON representation
The quickest and fastest way to run TPC-H benchmarks on Postgres
- Host: GitHub
- URL: https://github.com/clflushopt/pg_tpch
- Owner: clflushopt
- License: apache-2.0
- Created: 2025-09-01T02:43:51.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-09-01T03:02:59.000Z (9 months ago)
- Last Synced: 2025-09-01T04:52:39.685Z (9 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pg_tpch
Easy to use and reasonably fast TPCH support in Postgres in just Rust.
This project uses [tpchgen](https://github.com/clflushopt/tpchgen) and [pgrx](http://github.com/pgcentralfoundation/pgrx)
to allow you to seamless build TPCH datasets and run TPCH queries in Postgres.
This extension API was inspired by the ease of use of the DuckDB [TPCH extension](https://duckdb.org/docs/stable/core_extensions/tpch.html)