Understanding Garnet durability and performance #1812
Answered
by
AlgorithmsAreCool
AlgorithmsAreCool
asked this question in
Q&A
|
Based on my reading of the docs, garnet does not persist data to storage unless the checkpoint API is called. So if i needed durability guarantees for an operation i need to follow an operation with a SAVE command. In my measurements, a SAVE much slower (20-30 ms in my quick testing) than i was expecting.
|
Answered by
AlgorithmsAreCool
May 20, 2026
Replies: 1 comment
|
After some more digging, i have found the |
0 replies
Answer selected by
badrishc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After some more digging, i have found the
--aof-commit-freqand--aof-commit-waitsettings. I am going to experiment with these