8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9219f15 commit 205f209Copy full SHA for 205f209
src/bin/insbench/run.sh
@@ -2,5 +2,7 @@ echo Insert with 1 index
2
./insbench -c "dbname=postgres host=localhost port=5432 sslmode=disable" -x 0
3
echo Insert with 9 indexex
4
./insbench -c "dbname=postgres host=localhost port=5432 sslmode=disable" -x 8
5
-echo Insert with 9 partial indexes
+echo Insert with 9 concurrently update partial indexes
6
./insbench -c "dbname=postgres host=localhost port=5432 sslmode=disable" -x 8 -u 1
7
+echo Insert with 9 frozen partial indexes
8
+./insbench -c "dbname=postgres host=localhost port=5432 sslmode=disable" -x 8 -u 10
0 commit comments