Re: [pgsql-advocacy] MySQL+InnoDB vs. PostgreSQL test?

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема Re: [pgsql-advocacy] MySQL+InnoDB vs. PostgreSQL test?
Дата
Msg-id 401EEEF0.8050001@familyhealth.com.au
обсуждение исходный текст
Ответ на Re: [pgsql-advocacy] MySQL+InnoDB vs. PostgreSQL test?  (Adam Ruth <aruth@intercation.com>)
Ответы Re: [pgsql-advocacy] MySQL+InnoDB vs. PostgreSQL test?
Re: [pgsql-advocacy] MySQL+InnoDB vs. PostgreSQL test?
Список pgsql-performance
> One more thing that annoyed me.  If you started a process, such as a
> large DDL operation, or heaven forbid, a cartesian join (what?  I never
> do that!).

I believe InnoDB also has O(n) rollback time.  eg. if you are rolling
back 100 million row changes, it takes a long, long time.  In PostgreSQL
rolling back is O(1)...

Chris


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

Предыдущее
От: "scott.marlowe"
Дата:
Сообщение: Re: Increasing number of PG connections.
Следующее
От: "scott.marlowe"
Дата:
Сообщение: Re: [pgsql-advocacy] MySQL+InnoDB vs. PostgreSQL test?