Re: Inserts optimization?

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Inserts optimization?
Дата
Msg-id 1145460130.23538.119.camel@state.g2switchworks.com
обсуждение исходный текст
Ответ на Re: Inserts optimization?  (Markus Schaber <schabi@logix-tt.com>)
Ответы Re: Inserts optimization?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-performance
On Wed, 2006-04-19 at 07:08, Markus Schaber wrote:
> Hi, Magnus,
>
> Magnus Hagander wrote:
>
> > Bacula already serializes access to the database (they have to support
> > mysql/myisam), so this shouldn't help.
>
> Ouch, that hurts.
>
> To support mysql, they break performance for _every other_ database system?

Note that should be "to support MySQL with MyISAM tables".

If they had written it for MySQL with innodb tables they would likely be
able to use the same basic methods for performance tuning MySQL as or
Oracle or PostgreSQL.

It's the refusal of people to stop using MyISAM table types that's the
real issue.

Of course, given the shakey ground MySQL is now on with Oracle owning
innodb...

В списке pgsql-performance по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Inserts optimization?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Inserts optimization?