YOJ 2.6.19 (Query statistics)
❌ Please do not use this release as it can cause NPE in YdbRepositoryTransaction.trace()
, use 2.6.21 instead.
- Add query statistics collection and improve query traces
- Query traces are now easier to read by humans, and also include more information. For maximum verbosity, enable the following Java system properties:
tech.ydb.yoj.repository.ydb.trace.dumpYdbParams
: Additionally log converted query parameter values, as represented by YDB Java SDKValue
tech.ydb.yoj.repository.ydb.trace.verboseObjParams
: Log all statement parameters, not just the first fewtech.ydb.yoj.repository.ydb.trace.verboseObjResults
: Log all statement results, not just the first few
- Query traces are now easier to read by humans, and also include more information. For maximum verbosity, enable the following Java system properties:
- #148: Remove
--!syntax_v1
directive from YQL queries generated by YOJ