From 7e7a835428f4e9f529280c15e3f89a5aa4838e11 Mon Sep 17 00:00:00 2001 From: Kirill Rysin Date: Mon, 5 Aug 2024 13:44:04 +0000 Subject: [PATCH] QueryService on --- tpcc/ydb/tpcc_config_template.xml | 2 +- tpcc/ydb/tpcc_config_with_mon_template.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tpcc/ydb/tpcc_config_template.xml b/tpcc/ydb/tpcc_config_template.xml index 3ec9834..99523fc 100644 --- a/tpcc/ydb/tpcc_config_template.xml +++ b/tpcc/ydb/tpcc_config_template.xml @@ -4,7 +4,7 @@ YDB tech.ydb.jdbc.YdbDriver - jdbc:ydb:{grpc_scheme}://{ydb_host}:2135{db_path}?sessionTimeout=300s&sessionPoolSizeMax={max_sessions}{auth_url_part} + jdbc:ydb:{grpc_scheme}://{ydb_host}:2135{db_path}?sessionTimeout=300s&useQueryService=true&sessionPoolSizeMax={max_sessions}{auth_url_part} TRANSACTION_SERIALIZABLE {auth_params} diff --git a/tpcc/ydb/tpcc_config_with_mon_template.xml b/tpcc/ydb/tpcc_config_with_mon_template.xml index 4f9dcd6..b486d4e 100644 --- a/tpcc/ydb/tpcc_config_with_mon_template.xml +++ b/tpcc/ydb/tpcc_config_with_mon_template.xml @@ -4,7 +4,7 @@ YDB tech.ydb.jdbc.YdbDriver - jdbc:ydb:{grpc_scheme}://{ydb_host}:2135{db_path}?sessionTimeout=300s&sessionPoolSizeMax={max_sessions}{auth_url_part} + jdbc:ydb:{grpc_scheme}://{ydb_host}:2135{db_path}?sessionTimeout=300s&useQueryService=true&sessionPoolSizeMax={max_sessions}{auth_url_part} TRANSACTION_SERIALIZABLE {auth_params}