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

Query plan for SPYT engine in QT #403

Open
Alexvsalexvsalex opened this issue Mar 6, 2024 · 0 comments
Open

Query plan for SPYT engine in QT #403

Alexvsalexvsalex opened this issue Mar 6, 2024 · 0 comments
Labels
query-tracker All related to Queries page

Comments

@Alexvsalexvsalex
Copy link
Contributor

Alexvsalexvsalex commented Mar 6, 2024

After having a little discussion we got together on the following. Backend will report query plan as a field spyt_plan in progress yson document.

spyt_plan dict will has two fields:

  1. dot - string, represent of graph in dot format.
  2. meta - list of strings, info about every node.

HTML template of graph visualization is lying here: https://pastebin.com/ZhU4xVi4
It should be filled and rendered as a new tab Plan in SPYT queries.
All necessary scripts may be found in YTsaurus repository.

Expected result:
image

@ma-efremoff ma-efremoff added the query-tracker All related to Queries page label Mar 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
query-tracker All related to Queries page
Projects
None yet
Development

No branches or pull requests

2 participants