a benchmark tool for seeing behavior of multiple transactions
https://github.com/PeDro0210/PostgreSQL-Concurrency-BenchMark.git
A haskell-project oriented for testing concurrent queries to any postreSQL DB
- Install Cabal with Ghcup
ghcup install cabal
git clone https://github.com/PeDro0210/PostgreSQL-Concurrency-BenchMark.git
cd PostgreSQL-Concurrency-BenchMark
cabal run exes -- <queries path> <uri> <separator-value> <threads quantity>
`` bash
cabal run exes -- queries/query_pool.sql postgresql://pedro0210:idunno_com@localhost:5432/db - 30
``