Re: WAL format and API changes (9.5)

Поиск
Список
Период
Сортировка
От Heikki Linnakangas
Тема Re: WAL format and API changes (9.5)
Дата
Msg-id 5469FA45.7090202@vmware.com
обсуждение исходный текст
Ответ на Re: WAL format and API changes (9.5)  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список pgsql-hackers
On 11/17/2014 03:22 PM, Heikki Linnakangas wrote:
> Here is an updated version of the patch. It's rebased over current
> master, and fixes a bunch of issues you and Michael pointed out, and a
> ton of other cleanup.

That patch had two extra, unrelated patches applied to it. One to use
the Intel CRC instruction for the CRC calculation, and another to speed
up PageRepairFragmentation, by replacing the pq_qsort() call with a
custom sort algorithm. Sorry about that. (the latter is something that
showed up very high in a perf profile of replaying the WAL generated by
pgbench - I'll start a new thread about that)

Here is the same patch without those extra things mixed in.

- Heikki


Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED
Следующее
От: Sawada Masahiko
Дата:
Сообщение: Re: Proposal : REINDEX SCHEMA