-
Notifications
You must be signed in to change notification settings - Fork 37
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
Revise write-cache role, functionality, etc #2337
Comments
Well, WC is even a racer:
|
What it can do is:
That's about it. There is no magic, it can not make writing faster in general, eventually you'll run out of space and drop down to the primary storage performance level. It only works if it's located on a faster drive since it doesn't have any magic technology that can make it write faster to the same medium. Usually this means that primary storage is located on HDD with writecache on SSD and it's a nice combination, HDD/HDD and SSD/SSD won't give any benefit. What we can do to improve it is:
This will remove artificial limits and mostly solve init at the same time (most of the time it'll be empty). |
Other things to consider:
|
It's an epic now, let's solve it
Original issue
There is no strict theory (or, at least, i do not know such) that describes how it should work, what problems it should solve, etc.
At least:
The text was updated successfully, but these errors were encountered: