Skip to content

Read out intermediate result cardinalities #15

@oczerwia

Description

@oczerwia

Hello!

This is a really cool project and I am currently digging into it. I have a question regarding true cardinalities of intermediate nodes in the QEP.

After some experiments that failed, I wanted to ask whether you can give me some hints or guidance on how I could best extract intermediate result cardinalities of my QEP.
I already understood the logical query plan and how to extract and traverse the tree. I also know that the physical operator implementations are in the WasmOperator files. But I did not quiet grasp how I could attach and emit a counter to any of the join algorithms. I use a simple setup and it seems that I cannot tap into the backend execution itself during runtime.

My best guess would be to look at the LIMIT operator to try to copy the internal counter logic and somehow emit the counter.

I hope my request is understandable. :)

Thank you in advance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions