Re: Need Some Recent Information on the Differences between Postgres and MySql

Поиск
Список
Период
Сортировка
От Rob Wultsch
Тема Re: Need Some Recent Information on the Differences between Postgres and MySql
Дата
Msg-id AANLkTikaeL5XqiLSg0vyUTsq3E8k3gOd-fKwu8I80NP6@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Need Some Recent Information on the Differences between Postgres and MySql  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-general
On Fri, Jun 25, 2010 at 8:56 AM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Fri, Jun 25, 2010 at 11:48 AM, Rob Wultsch <wultsch@gmail.com> wrote:
>> - Innodb : The primary transactional storage engine for MySQL. It does
>> not have all the features of PG (like check contraints), but it has
>> some features (like Compression!!!) which are *exceptionally* useful.
>
> You do know that pg has compression for text types built in already,
> right?  I'm sure there are subtle differences in the way compression
> is done in each engine, just pointing that out.
>

I do, but TOAST is a very different animal than compression at the
page level. The innodb buffer pool is also effectively compressed
which allows for far greater use of memory.

--
Rob Wultsch
wultsch@gmail.com

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

Предыдущее
От: Dennis C
Дата:
Сообщение: Re: PG dump and restore
Следующее
От: "A.M."
Дата:
Сообщение: Re: flatten pg_auth_members