Skip to content

Commit 205f209

Browse files
committed
Update insbench
1 parent 9219f15 commit 205f209

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/bin/insbench/run.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ echo Insert with 1 index
22
./insbench -c "dbname=postgres host=localhost port=5432 sslmode=disable" -x 0
33
echo Insert with 9 indexex
44
./insbench -c "dbname=postgres host=localhost port=5432 sslmode=disable" -x 8
5-
echo Insert with 9 partial indexes
5+
echo Insert with 9 concurrently update partial indexes
66
./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

Comments
 (0)