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
{{ message }}
This repository was archived by the owner on Mar 9, 2019. It is now read-only.
I haven't made any progress on this yet. It hasn't been much of a priority because I'm not sure how much it'll actually help performance. The main performance issue with random writes is that they amplify writes a ton. You likely end up getting throttled by disk write speed and not syscall invocation time.
Activity
pkieltyka commentedon Aug 6, 2014
👍
pkieltyka commentedon Aug 6, 2014
aren't you on vacation? haha
benbjohnson commentedon Aug 6, 2014
That's what my wife keeps trying to tell me. :)
siddontang commentedon Aug 6, 2014
er...... vacation is unimaginable in China.
pkieltyka commentedon Feb 2, 2015
hey guys, just wondering if this is on the radar, since it sounds like it can help with write performance?
benbjohnson commentedon Feb 2, 2015
I haven't made any progress on this yet. It hasn't been much of a priority because I'm not sure how much it'll actually help performance. The main performance issue with random writes is that they amplify writes a ton. You likely end up getting throttled by disk write speed and not syscall invocation time.