Re: Inserts optimization?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2006-04-19 at 20:07, Christopher Kings-Lynne wrote:
> > Scott Marlowe <smarlowe@xxxxxxxxxxxxxxxxx> writes:
> >> It's the refusal of people to stop using MyISAM table types that's the
> >> real issue.
> > 
> > Isn't MyISAM still the default over there?  It's hardly likely that the
> > average MySQL user would use anything but the default table type ...
> 
> Since MySQL 5, InnoDB tables are default I recall.

It gets built by default, but when you do a plain create table, it will
still default to myisam tables.

Note that there is a setting somewhere in my.cnf that will make the
default table type anything you want.

For Bacula though, what I was suggesting was that they simply declare
that you need innodb table type support if you want decent performance,
then coding to that, and if someone doesn't have innodb table support,
then they have no right to complain about poor performance.  Seems a
fair compromise to me.  The Bacula folks would get to program to a real
database model with proper serlialization and all that, and the people
who refuse to move up to a later model MySQL get crappy performance.


[Postgresql General]     [Postgresql PHP]     [PHP Users]     [PHP Home]     [PHP on Windows]     [Kernel Newbies]     [PHP Classes]     [PHP Books]     [PHP Databases]     [Yosemite]

  Powered by Linux