Skip to content
Better HN
Top
Best
Ask
Show
New
Jobs
Search
⌘K
0 points
m00x
19d ago
0 comments
Save
Share
On modern hardware a cow page copy should only take 1-5ms. Redis forks to save the db to disk and it's been a solid design choice.
I guess it depends on how sensitive your application is to main thread pauses.
0 comments
3 comments · 3 top-level
top
newest
oldest
trumpdong
18d ago
So like 1000-5000s if you have 4GB of data? Over an hour?
Joker_vD
18d ago
Redis absolutely suffers from long-executing fork() in practice, its developers even griped about it a couple of times on their blog.
tempest_
18d ago
I have found that design choice to be annoying
j
/
k
navigate · click thread line to collapse