Drop BoltDB from write cache #3076
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
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.
The text was updated successfully, but these errors were encountered: