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}