This commit is contained in:
Lev Kokotov
2022-02-08 17:16:23 -08:00
parent dfc05c3dca
commit 75537736e9

View File

@@ -25,6 +25,8 @@ pgbench -t 1000 -p 6432 -h 127.0.0.1 --protocol simple && \
pgbench -t 1000 -p 6432 -h 127.0.0.1 --protocol extended pgbench -t 1000 -p 6432 -h 127.0.0.1 --protocol extended
``` ```
See [sharding README](./tests/sharding/README.md) for sharding logic testing.
## Features ## Features
1. Session mode. 1. Session mode.