Skip to content

Instantly share code, notes, and snippets.

@kovid-r
Created July 17, 2021 18:23
Show Gist options
  • Save kovid-r/ed58699001cb75ba4a54b3d6874b97b8 to your computer and use it in GitHub Desktop.
Save kovid-r/ed58699001cb75ba4a54b3d6874b97b8 to your computer and use it in GitHub Desktop.
Read benchmarking TSBS commands for QuestDB and TimescaleDB.
# Go to the following directory
cd ~/tmp/go/bin/
# Run the read benchmarking queries for TimescaleDB
cat /tmp/timescaledb-queries-high-cpu-all | ./tsbs_run_queries_timescaledb --workers=8 \
--postgres="host=localhost user=postgres password=password sslmode=disable" --print-interval 500
# Run the read benchmarking queries for QuestDB
./tsbs_run_queries_questdb --file /tmp/queries_questdb-high-cpu-all --workers=8 --print-interval 500
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment