Re: mysql to postgresql, performance questions

Поиск
Список
Период
Сортировка
От Pierre C
Тема Re: mysql to postgresql, performance questions
Дата
Msg-id op.u9yuwpqveorkce@localhost
обсуждение исходный текст
Ответ на Re: mysql to postgresql, performance questions  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: mysql to postgresql, performance questions  (Dave Crooke <dcrooke@gmail.com>)
Список pgsql-performance
On Mon, 22 Mar 2010 12:14:51 +0100, Merlin Moncure <mmoncure@gmail.com>
wrote:

> On Sun, Mar 21, 2010 at 9:14 PM, Dave Crooke <dcrooke@gmail.com> wrote:
>> Note however that Oracle offeres full transactionality and does in
>> place row
>> updates. There is more than one way to do it.
>
> There's no free lunch.

MVCC : VACUUM
Oracle : Rollback Segments
MyISAM : no concurrency/transactions

It's all about which compromise suits you ;)

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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: mysql to postgresql, performance questions
Следующее
От: Matthew Wakeling
Дата:
Сообщение: Re: too complex query plan for not exists query and multicolumn indexes