Implement a mechanism to detect if the device is using a rotating drive (hard disk drive) for chainstate storage #1465
Labels
chainstate
Chainstate-related issues
Milestone
Since LMDB uses random access, hard disk drives can have tremendous performance problems.
This is how this can be done in Linux: https://stackoverflow.com/questions/908188/is-there-any-way-of-detecting-if-a-drive-is-a-ssd
We can do this for all operating systems. Every OS has its own way.
The text was updated successfully, but these errors were encountered: