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

execution: add timing information #290

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from
Draft

Conversation

GiedriusS
Copy link
Member

Let's try using embedding to capture observability information for each operator instead of wrapping operator inside of operator. Main reasoning for this approach instead of the other way is to be able to catch more granular data like memory allocations. With wrapping we would have to have cross-references between operators and this seems cleaner to me.

Need to explore this further to see how it looks like.

GiedriusS and others added 2 commits June 27, 2023 14:31
Let's try using embedding to capture observability information for each
operator instead of wrapping operator inside of operator. Main reasoning
for this approach instead of the other way is to be able to catch more
granular data like memory allocations. With wrapping we would have to
have cross-references between operators and this seems cleaner to me.

Need to explore this further to see how it looks like.

Signed-off-by: Giedrius Statkevičius <giedrius.statkevicius@vinted.com>
Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
engine: e,
expr: expr,
t: RangeQuery,
debugWriter: e.debugWriter,
}, nil
}

type ExplainableQuery interface {
Copy link
Member Author

Choose a reason for hiding this comment

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

Maybe we can call it ObservableQuery now because it's not just Explain() anymore.

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.

None yet

2 participants