Re: Probable faq: need some benchmarks of pgsql vr.s mysql

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Probable faq: need some benchmarks of pgsql vr.s mysql
Дата
Msg-id 4CE46AA7.2040309@agliodbs.com
обсуждение исходный текст
Ответ на Re: Probable faq: need some benchmarks of pgsql vr.s mysql  (MARK CALLAGHAN <mdcallag@gmail.com>)
Список pgsql-advocacy
> There is an IO completion callback that is called when the read into
> the buffer pool is finished. AFAIK, the callback will merge the
> pending changes from the insert buffer. Oh, and the name of the insert
> buffer has been changed to "change buffer" as it can buffer inserts
> and deletes in MySQL 5.5. Also note that there are no updates for
> secondary indexes. There is only insert and delete marking.

Seems like it still needs work.  I'm not entirely convinced that an
index buffer would be a net win for PostgreSQL, given the different
structure of our storage.  I'd look at those "fractal indexes" first.

--
                                  -- Josh Berkus
                                     PostgreSQL Experts Inc.
                                     http://www.pgexperts.com

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

Предыдущее
От: MARK CALLAGHAN
Дата:
Сообщение: Re: Probable faq: need some benchmarks of pgsql vr.s mysql
Следующее
От: Ken.Rosensteel@Bull.com
Дата:
Сообщение: Re: Postgres References