ydb-platform / ydb-embedded-ui

Apache License 2.0
28 stars 7 forks source link

Run Query: use full stats mode instead of profile #763

Closed antonkovalenko closed 6 months ago

antonkovalenko commented 8 months ago

Every query request sent with parameters stats=profile that tells server to run query and collect all stats in profile mode. It might be resource consuming, some queries might returns megabytes of profile data event when query result is 42. Query Processor developers assume that stats=profile mode must be explicitly enabled by user.

Query Editor must use stats=full mode

StekPerepolnen commented 7 months ago

query request doesn't forward stats=full for now https://github.com/ydb-platform/ydb/issues/3433