You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found that the concept is introduced with d883d5a but don't see a reason why it is set to 0.9 instead of 1.0. Doesn't it make sense to set 1.0 for better page utilization?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I found that the concept is introduced with d883d5a but don't see a reason why it is set to 0.9 instead of 1.0. Doesn't it make sense to set 1.0 for better page utilization?
I see that boltdb compaction method (which is not used by etcd) sets it to 1.0:
https://github.com/etcd-io/bbolt/blob/da2f2a53f6e2f25b215b79db2cd417488ef8e955/compact.go#L61
All reactions