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

Disk usage optimized file placing #2311

Open
willscott opened this issue Sep 28, 2023 · 1 comment
Open

Disk usage optimized file placing #2311

willscott opened this issue Sep 28, 2023 · 1 comment

Comments

@willscott
Copy link
Member

Currently, there is not movement of underlying pebble 'slabs' / store the index instances, to separate actively filling activity from "full" shards that are only used for reads.

the latter, if they're stored in a separate mount / folder can be placed on slower spinning disks and make the overall cost of a bare-metal deployment of STI much cheaper to operate

@gammazero
Copy link
Collaborator

The full slabs are not completely read-only since data can still be deleted from them. How do we know when they are considered full? We may need to disable deletes when moving data. Maybe store the deletes and play them back later.

Which is the bigger cost savings, moving the data to a lower-grade media (spinning disk) or moving the disk to a lower-grade server?

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

No branches or pull requests

2 participants