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

Feat: Arrangement Backfill #10225

Open
15 of 22 tasks
kwannoel opened this issue Jun 7, 2023 · 1 comment
Open
15 of 22 tasks

Feat: Arrangement Backfill #10225

kwannoel opened this issue Jun 7, 2023 · 1 comment

Comments

@kwannoel
Copy link
Contributor

kwannoel commented Jun 7, 2023

https://www.notion.so/risingwave-labs/Arrangement-Backfill-31d4d0044726451c9cc77dc84a0f8bb2

Main tasks:

Lower priority:

  • Can optimize arrangement backfill. Only need to replicate output columns + PK, instead of entire table.
    • Requires more work though. When reading checkpointed data, we need to project output rows.
    • Otherwise the schema will be inconsistent when merging replicated and checkpointed data.
  • Can optimize arrangement backfill: No need replicate if on the same CN as upstream. This logic needs to take place in meta though. It will need to rewrite the state table after rescheduling.
  • Support spill anytime in arrangement backfill.

Misc

@kwannoel kwannoel changed the title Arrangement Backfill Feat: Arrangement Backfill Jun 7, 2023
@github-actions github-actions bot added this to the release-0.20 milestone Jun 7, 2023
@kwannoel kwannoel modified the milestones: release-1.0, release-1.1 Jul 14, 2023
@kwannoel kwannoel modified the milestones: release-1.1, release-1.2 Aug 1, 2023
@kwannoel kwannoel modified the milestones: release-1.2, release-1.3 Sep 11, 2023
@kwannoel kwannoel modified the milestones: release-1.3, release-1.4 Oct 10, 2023
@fuyufjh fuyufjh removed this from the release-1.4 milestone Nov 8, 2023
@kwannoel kwannoel added this to the release-1.5 milestone Nov 8, 2023
@kwannoel kwannoel modified the milestones: release-1.5, release-1.6 Dec 4, 2023
@kwannoel kwannoel modified the milestones: release-1.6, release-1.7 Jan 9, 2024
@kwannoel kwannoel modified the milestones: release-1.7, release-1.8 Mar 6, 2024
@kwannoel kwannoel removed this from the release-1.8 milestone Apr 8, 2024
Copy link
Contributor

github-actions bot commented Jul 3, 2024

This issue has been open for 60 days with no activity.

If you think it is still relevant today, and needs to be done in the near future, you can comment to update the status, or just manually remove the no-issue-activity label.

You can also confidently close this issue as not planned to keep our backlog clean.
Don't worry if you think the issue is still valuable to continue in the future.
It's searchable and can be reopened when it's time. 😄

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

No branches or pull requests

2 participants