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

[Refactoring]: make Relation interface can be reused in Prepare mode #21237

Open
ouyuanning opened this issue Jan 15, 2025 · 0 comments
Open
Assignees
Labels
Milestone

Comments

@ouyuanning
Copy link
Contributor

Why do you want to refactor this code?

目前的Relation是跟事务和一些其他状态有关的,
会导致无法在prepare的时候,预先保存;而必须每次execute的时候重新生成。
看如何优化到可保存

Describe the solution you'd like

大概分2个部分
1、修改Relation的实现,使其可被prepare - 这部分辛苦刘博处理

2、当可以被保存后,修改对应算子和compile/run逻辑,使其可以被保存和重复执行 - 完成1后,辛苦刘博转欧远宁继续处理吧

Describe alternatives you've considered

No response

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants