Hacker News
new
past
comments
ask
show
jobs
points
by
FooBarWidget
3 hours ago
|
comments
by
mort96
2 hours ago
|
next
[-]
It says "(including memory)". It's pretty natural to read this as "(including the contents of allocated pages)".
reply
by
m00x
1 hours ago
|
prev
|
[-]
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.
reply
by
trumpdong
53 minutes ago
|
parent
|
[-]
So like 1000-5000s if you have 4GB of data? Over an hour?
reply