timescale / tsbs

Time Series Benchmark Suite, a tool for comparing and evaluating databases for time series data
MIT License
1.26k stars 299 forks source link

Add explicit PostgreSQL support/instructions #154

Open mfreed opened 3 years ago

mfreed commented 3 years ago

Should provide instructions how to test vanilla PostgreSQL tables, rather than TimescaleDB hypertgables.

mfreed commented 3 years ago

Correction: to use vanilla postgres, set --use-hypertable=false. We should make this explicit somewhere in the documentation, and make sure Postgres is listed as a supported database in the README.