From d530f30defcd91dd780b0771815c1b4ef2b312cd Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Tue, 8 Feb 2022 21:59:56 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8269ca4..25e213d 100644 --- a/README.md +++ b/README.md @@ -80,7 +80,7 @@ To select the shard we want to talk to, we introduced special syntax: SET SHARDING KEY TO '1234'; ``` -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. +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. ## Missing @@ -205,4 +205,4 @@ number of transactions actually processed: 1000/1000 latency average = 0.931 ms tps = 1074.017747 (including connections establishing) tps = 1077.121752 (excluding connections establishing) -``` \ No newline at end of file +```