Alexandr Gorshenin
Alexandr Gorshenin
https://github.com/ydb-platform/ydb-api-protos/blob/master/ydb_rate_limiter_v1.proto
There is reactive project by Hibernate https://hibernate.org/reactive/ It is not JPA/JDBC version, but new experimental implementation for reactive ORM. Because YDB Java SDK provides asynchronous API - it seems to...
We have already query stats for method executeDataQuery #122, but don't have for executeScanQuery
Maybe it will be a good solution to use https://micrometer.io/
It is necessary to modify the SessionRetryContext class to work correctly with transactions, considering autocommit and interactive modes
Some of grpc-java options may have various restrictions like https://github.com/grpc/grpc-java/issues/7599 We need to describe all of options with recommendations how to use them
I created a simple table `CREATE TABLE test (id Int32, PRIMARY KEY(id));` and try to execute request `SELECT * FROM test WHERE id IN [1, 2, 3];` If I execute...
When we have a table with nullable columns - `readRows` returns the same protobuf message for empty and null values. For example, I can execute next `bulkUpsert` on a simple...