Use HDD for data storage, SSH for metadata #1622
Unanswered
georgeboot
asked this question in
Q&A
Replies: 2 comments 1 reply
-
|
This feature is not supported. Our metadata and data are stored on the hard drive. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Garage has a similar design: SSD for metadata, HDD for storage. Mixing metadata and storage doesn't seem like a good idea at all. Even on ZFS you can split it. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Our storage servers have 12 hdd's for actual data, and 2 NVMe ssd's for metadata. How would I configure RustFS to storage metadata on the ssd's so metadata operations don't have to hit the (relatively slow) hdd's?
In Ceph its common practice to add ssd's to servers with hdd storage to store WAL and metadata on, and I'm wondering how to get similar results with RustFS.
Beta Was this translation helpful? Give feedback.
All reactions