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

pageserver: enable doing ancestor detach on timelines that have more than once ancestor #10310

Open
jcsp opened this issue Jan 8, 2025 · 0 comments
Labels
c/storage/pageserver Component: storage: pageserver t/feature Issue type: feature, for new features or requests

Comments

@jcsp
Copy link
Collaborator

jcsp commented Jan 8, 2025

Currently the timeline detach code can only run if a timeline has a single ancestor: it's harder to go gather layers from a stack of ancestors.

We may either:

  • Make the ancestor detach code smarter, so that it can gather layers from many ancestors
  • Add a step where we do image layer generation in the immediate ancestor, so that the child being detached can guarantee that it will only need data from its immediate parent.
@jcsp jcsp added c/storage/pageserver Component: storage: pageserver t/feature Issue type: feature, for new features or requests labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c/storage/pageserver Component: storage: pageserver t/feature Issue type: feature, for new features or requests
Projects
None yet
Development

No branches or pull requests

1 participant