We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b9521 commit 162c9f5Copy full SHA for 162c9f5
ydb/public/api/grpc/ydb_query_v1.proto
@@ -7,7 +7,7 @@ import "ydb/public/api/protos/ydb_operation.proto";
7
import "ydb/public/api/protos/ydb_query.proto";
8
9
service QueryService {
10
- // Sessions are basic primitives for communicating with YDB Query Service. The are similar to
+ // Sessions are basic primitives for communicating with YDB Query Service. They are similar to
11
// connections for classic relational DBs. Sessions serve three main purposes:
12
// 1. Provide a flow control for DB requests with limited number of active channels.
13
// 2. Distribute load evenly across multiple DB nodes.
0 commit comments