An open API service indexing awesome lists of open source software.

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

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)