equivalent thing of mtr in mysql

Поиск
Список
Период
Сортировка
От merryok
Тема equivalent thing of mtr in mysql
Дата
Msg-id 4114f05b.8c8d.181f2d9d679.Coremail.merryok@163.com
обсуждение исходный текст
Ответы Re: equivalent thing of mtr in mysql  ("Peter J. Holzer" <hjp-pgsql@hjp.at>)
Список pgsql-general
Hi, guys. I'm new here.

I'm eager to figure out what is the equivalent thing of mtr in mysql in PG. When a dml operation occurs, it may modify multiple pages and gererate multiple redo log records. mtr can make those logs atomically be transferred to log buffer and written to disk. 
I think same situation exists in PG, but I can't find something like mtr, why ?

Any blogs that explain this will be appreciated.

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

Предыдущее
От: Ken Yeung
Дата:
Сообщение: Re: Problem upgrading from 10 to 14 with pg_upgrade: unexpected error upgrading "template1" database for some clusters
Следующее
От: "Peter J. Holzer"
Дата:
Сообщение: Re: equivalent thing of mtr in mysql