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

Implement a mechanism to detect if the device is using a rotating drive (hard disk drive) for chainstate storage #1465

Open
TheQuantumPhysicist opened this issue Jan 17, 2024 · 0 comments
Labels
chainstate Chainstate-related issues
Milestone

Comments

@TheQuantumPhysicist
Copy link
Collaborator

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.

@TheQuantumPhysicist TheQuantumPhysicist added the chainstate Chainstate-related issues label Jan 17, 2024
@TheQuantumPhysicist TheQuantumPhysicist added this to the Phase Alpha milestone Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chainstate Chainstate-related issues
Projects
None yet
Development

No branches or pull requests

1 participant