From 704bd6f1f1d6683906d800935450ef971ca4ccac Mon Sep 17 00:00:00 2001 From: Artyom Dubinin Date: Fri, 11 Nov 2022 12:10:46 +0300 Subject: [PATCH] readme: add default mode info in select section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eeb410f0..11bc4e61 100644 --- a/README.md +++ b/README.md @@ -395,7 +395,7 @@ where: * `bucket_id` (`?number|cdata`) - bucket ID * `timeout` (`?number`) - `vshard.call` timeout (in seconds) * `mode` (`?string`, `read` or `write`) - if `write` is specified then `get` is - performed on master + performed on master, default value is `read` * `prefer_replica` (`?boolean`) - if `true` then the preferred target is one of the replicas * `balance` (`?boolean`) - use replica according to vshard load balancing policy @@ -892,7 +892,7 @@ where: * `fullscan` (`?boolean`) - if `true` then a critical log entry will be skipped on potentially long `select`, see [avoiding full scan](doc/select.md#avoiding-full-scan). * `mode` (`?string`, `read` or `write`) - if `write` is specified then `select` is - performed on master + performed on master, default value is `read` * `prefer_replica` (`?boolean`) - if `true` then the preferred target is one of the replicas * `balance` (`?boolean`) - use replica according to vshard load balancing policy