Skip to content
This repository has been archived by the owner on Jan 7, 2025. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant