Skip to content

Commit 00f2d39

Browse files
committed
Merge branch 'main' of github.com:levkk/pgcat into main
2 parents 4c16ba3 + d530f30 commit 00f2d39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To select the shard we want to talk to, we introduced special syntax:
8080
SET SHARDING KEY TO '1234';
8181
```
8282

83-
This sharding key will be hashed and the pooler will select a shard to use for the next transaction. If the pooler is in session mode, this sharding key will be used until it's set again or the client disconnects.
83+
This sharding key will be hashed and the pooler will select a shard to use for the next transaction. If the pooler is in session mode, this sharding key has to be set as the first query on startup & cannot be changed until the client re-connects.
8484

8585

8686
## Missing
@@ -205,4 +205,4 @@ number of transactions actually processed: 1000/1000
205205
latency average = 0.931 ms
206206
tps = 1074.017747 (including connections establishing)
207207
tps = 1077.121752 (excluding connections establishing)
208-
```
208+
```

0 commit comments

Comments
 (0)