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

Поиск
Список
Период
Сортировка
От MARK CALLAGHAN
Тема Re: Probable faq: need some benchmarks of pgsql vr.s mysql
Дата
Msg-id AANLkTiknpQm2Zhhvkk1PY054QkDoa5NV=Q_j1riQQy-P@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Probable faq: need some benchmarks of pgsql vr.s mysql  (Josh Berkus <josh@agliodbs.com>)
Ответы Re: Probable faq: need some benchmarks of pgsql vr.s mysql  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-advocacy
On Mon, Nov 8, 2010 at 10:02 AM, Josh Berkus <josh@agliodbs.com> wrote:
>
>
> How does InnoDB make sure that sessions see the buffered inserts if they
> should transactionally be visible?

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.

--
Mark Callaghan
mdcallag@gmail.com

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

Предыдущее
От: Dan Langille
Дата:
Сообщение: PGCon 2011 - dates (corrected)
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Probable faq: need some benchmarks of pgsql vr.s mysql