Skip to content

Commit e46c943

Browse files
committed
README update
1 parent 45f1593 commit e46c943

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Specify the YDB JDBC driver in the dependencies:
3636
</dependency>
3737
</dependencies>
3838
```
39+
### Using QueryService mode
40+
By default JDBC driver executes all queries via TableService, so it brings corresponding [limitations](https://ydb.tech/docs/en/concepts/limits-ydb#query).
41+
To eliminate these limitations you can try a new experimentail [QueryService](https://ydb.tech/docs/en/conceptrs/query_service) mode by passing property `useQueryService=true` to the JDBC URL
3942

4043
### Authentication modes
4144

0 commit comments

Comments
 (0)