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

core: DAG, revisited #215

Open
skyzh opened this issue Nov 2, 2024 · 0 comments
Open

core: DAG, revisited #215

skyzh opened this issue Nov 2, 2024 · 0 comments

Comments

@skyzh
Copy link
Member

skyzh commented Nov 2, 2024

though we know the core can process DAG queries now, we don't know how efficient it is. for example, if two parts of the query could reuse one component, currently, it's likely that we will produce the plan with that query component appearing twice. the bridge should insert materialize node, and the core should have a way to let the bridge know where to insert the node, and let the bridge make the decision (?)

also, the cost model needs to be improved. currently, we will count the cost of the materialize node twice, because in the memo table, it's considered as two entities in the final plan.

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

No branches or pull requests

1 participant