Bacula-users

Re: [Bacula-users] Bacula MySQL Agressive Tuning

2014-12-22 11:23:36
Subject: Re: [Bacula-users] Bacula MySQL Agressive Tuning
From: Phil Stracchino <phils AT caerllewys DOT net>
To: bacula-users AT lists.sourceforge DOT net
Date: Mon, 22 Dec 2014 11:20:31 -0500
On 12/22/14 11:01, Josh Fisher wrote:
> MyISAM "can" be quick at inserting records at the end of a table, but
> has both table locking and a single key buffer lock causing contention,
> so is much, much slower at inserts that are not at the end of a table.
> MyISAM also does not have a change buffer. In short, MyISAM is a poor
> choice for an INSERT heavy application like Bacula. Use should use
> InnoDB instead.

It is probably more accurate to say that MyISAM is a poor choice,
period.  It is a legacy storage engine that, honestly, should no longer
be used in production.  Even in a 100% read scenario, the best possible
use case for it, it still underperforms compared to InnoDB.


-- 
  Phil Stracchino
  Babylon Communications
  phils AT caerllewys DOT net
  phil AT co.ordinate DOT org
  Landline: 603.293.8485

------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users