Re: PostgreSQL vs. InnoDB performance

Поиск
Список
Период
Сортировка
От Leonardo Francalanci
Тема Re: PostgreSQL vs. InnoDB performance
Дата
Msg-id 42A034F3.3090305@simtel.it
обсуждение исходный текст
Ответ на Re: PostgreSQL vs. InnoDB performance  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-general
Have a look at Mysql gotchas...

http://sql-info.de/mysql/database-definition.html#2_4




>
> So here's another little gem about our friends from Uppsala: If you create a
> table with InnoDB storage and your server does not have InnoDB configured, it
> falls back to MyISAM without telling you.
>
> As it turns out, the test done with PostgreSQL vs. real InnoDB results in just
> about identical timings (90 min).  The test done using PostgreSQL with fsync
> off vs. MyISAM also results in about identical timings (3 min).  So that
> looks much better, although the update performance of PostgreSQL is still a
> lot worse.
>


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

Предыдущее
От: Christopher Browne
Дата:
Сообщение: Re: PostgreSQL vs. InnoDB performance
Следующее
От: Douglas McNaught
Дата:
Сообщение: Re: adding columns with defaults is not implemented