Skip to content

Conversation

@rakhi-prathap
Copy link
Contributor

@rakhi-prathap rakhi-prathap commented Nov 7, 2025

This PR updates the Query Execution diagram and its description to match the latest changes.

Jira: DOC-12349
Docs Preview: Query Execution

Must be merged at the same time as PR 469, as it includes the updated PlantUML file.

The changes also need to be backported to 7.6 and 7.2.

@@ -0,0 +1,3 @@
sources:
docs-devex:
branches: [DOC-12349-query-execution-diagram]
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete this before merging!

Copy link
Contributor

@simon-dew simon-dew left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM

Next, it performs Fetch operations to get the actual data from the Data Service, and then uses this data for Join operations.

The Query Service processes the data further by applying Filter, Aggregate, Project, and Sort operations.
These operations often run in parallel, as represented by the vertically aligned groups of right-pointing arrows.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The parallelism is represented by the little boxes within each operation

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't merge this until someone from Query has reviewed the diagram at

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 this pull request may close these issues.

3 participants