pg_dump object sorting

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pg_dump object sorting
Дата
Msg-id 480375D9.2030606@dunslane.net
обсуждение исходный текст
Ответы Re: pg_dump object sorting  (Jeff Davis <pgsql@j-davis.com>)
Список pgsql-hackers
I have been looking at refining the sorting of objects in pg_dump to 
make it take advantage of buffering and synchronised scanning, and 
possibly make parallel restoration simpler and more efficient.

My first thought was to sort indexes by <namespace, tablename, 
indexname> instead of by <namespace, indexname>. However, that doesn't 
go far enough, I think. Is there any reason we can't do all of a table's 
indexes and non-FK constraints together? Will that affect anything other 
than PK and UNIQUE constraints, as NULL and CHECK constraints are 
included in table definitions?

cheers

andrew


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

Предыдущее
От: PFC
Дата:
Сообщение: Re: Cached Query Plans (was: global prepared statements)
Следующее
От: Kris Jurka
Дата:
Сообщение: Re: [Pljava-dev] stack depth limit exceeded - patch possible?