v3.99.0
·
135 commits
to master
since this release
- Added
ydb.WithExecuteDataQueryOverQueryClient(bool)
option to execute data queries from table service
client using query client API. Using this option you can execute queries from legacy table service client
throughtable.Session.Execute
using internal query client API without limitation of 1000 rows in response.
Be careful: an OOM problem may happen because bigger result requires more memory
Full Changelog: v3.98.0...v3.99.0