Defer writes

Report bugs or suggestions around FancyCache
Post Reply
User avatar
RAMbo
Level 6
Level 6
Posts: 73
Joined: Wed May 11, 2011 7:50 am

Defer writes

Post by RAMbo »

Defer writes give the biggest speed boost and unfortunately the least safety (crash).
I have to say it happens rarely so I just use defer/lazy write,
But perhaps there is some hybrid possibility.
FC monitors IO activity.
High I/O activity: Increase defer write time (configure a max)
Low I/O activity: Decrease defer write time (configure a min)

Seems a good thing to do but all that extra logic takes CPU cycles.,,,, :roll:
Mradr
Level 7
Level 7
Posts: 87
Joined: Sun Mar 25, 2012 1:36 pm

Re: Defer writes

Post by Mradr »

Wouldn't actully take any cycles (or so few even windows wouldn't see it).

I liek the idea so +1 ^^ I'll add it to the running list.
Post Reply