On Fri, Dec 12, 2008 at 10:53 AM, Ilya Grigorik <[email protected]> wrote:
> Hey guys, what are the pros/cons to increasing the size of the binlog
> files? By default they're split into 10mb chunk. Is there a reason why
> you would make that number lower or higher? (Performance, recovery
> time, etc.?)

Having smaller files saves a little disk space on average, since they
can be deleted with finer granularity. But it also ought to make
things a little slower on average, since there are more disk seeks
when creating a new file and during recovery.

I predict these differences will be small for most people, unless you
are pushing the limits of your hardware.

kr

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"beanstalk-talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/beanstalk-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to