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: aggressive GC for delete relation #10317

Open
skyzh opened this issue Jan 8, 2025 · 0 comments
Open

pageserver: aggressive GC for delete relation #10317

skyzh 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

@skyzh
Copy link
Member

skyzh commented Jan 8, 2025

drop_relation -> delete_batch -> layer.put_tombstones (not implemented)

now we rely on image layer generation + GC to clean up deleted relations; we should regenerate image layers if the relation dropped is large enough, or run the gc-compaction

@skyzh skyzh 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