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

Commits on Jun 27, 2023

  1. execution: add timing information

    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>
    GiedriusS committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    ea601a8 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Hook ObservableVectorOperator into ExplainableQuery

    Signed-off-by: Saswata Mukherjee <saswataminsta@yahoo.com>
    saswatamcode committed Jul 3, 2023
    Configuration menu
    Copy the full SHA
    4db3aca View commit details
    Browse the repository at this point in the history