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

Drop BoltDB from write cache #3076

Open
roman-khimov opened this issue Dec 28, 2024 · 0 comments
Open

Drop BoltDB from write cache #3076

roman-khimov opened this issue Dec 28, 2024 · 0 comments
Labels
enhancement Improving existing functionality I4 No visible changes neofs-storage Storage node application issues performance More of something per second S3 Minimally significant U2 Seriously planned
Milestone

Comments

@roman-khimov
Copy link
Member

Is your feature request related to a problem? Please describe.

I'm always frustrated when we have something we don't need. BoltDB is absolutely useless for write caching given that the cache uses SSD (see #2337 (comment) also).

Describe the solution you'd like

Drop it from the structure completely. Provide migration, flush all objects from it to the storage and then forever drop the DB, don't use it for object storage.

@roman-khimov roman-khimov added enhancement Improving existing functionality neofs-storage Storage node application issues performance More of something per second U2 Seriously planned S3 Minimally significant I4 No visible changes labels Dec 28, 2024
@roman-khimov roman-khimov added this to the v0.45.0 milestone Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I4 No visible changes neofs-storage Storage node application issues performance More of something per second S3 Minimally significant U2 Seriously planned
Projects
None yet
Development

No branches or pull requests

1 participant