Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diagnostics for long running analytics queries #2017

Closed
SloNN opened this issue Mar 17, 2025 · 0 comments · Fixed by ydb-platform/ydb#15871
Closed

Diagnostics for long running analytics queries #2017

SloNN opened this issue Mar 17, 2025 · 0 comments · Fixed by ydb-platform/ydb#15871
Assignees

Comments

@SloNN
Copy link

SloNN commented Mar 17, 2025

Analytical queries (OLAP) can take a long time to execute and need a lot of information to diagnose.

For diagnostics it is necessary to receive:

  • query text
  • metadata of tables that participated in queries
  • query execution plan
  • AST
  • ...

All this data can already be collected through ydb cli using --explain --diagnostics-file diagnostics command, it would be great to get this data through YDB UI as a single file (?) that can be passed (emailed) to YDB for diagnostics.

One would probably want to expand the amount of information we collect over time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants