Re: pg_dump index creation order

Поиск
Список
Период
Сортировка
От Ed L.
Тема Re: pg_dump index creation order
Дата
Msg-id 200605062109.21084.pgsql@bluepolka.net
обсуждение исходный текст
Ответ на pg_dump index creation order  ("Ed L." <pgsql@bluepolka.net>)
Список pgsql-performance
On Saturday May 6 2006 7:15 pm, Ed L. wrote:
> I'm watching a long, painfully slow 60GB load from pg_dump
> (8.1.2), and noticing it's jumping back and forth from
> different tables.  I assume this is the index creation order
> showing up.
>
> Would it make more sense to have pg_dump dump indexes grouped
> by the table?  That way, if a table got loaded into cache for
> one index creation, it might still be there for the immediatly
> following index creations on the same table...

And would same idea work for ordering of constraint adding...?

Ed

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

Предыдущее
От: "Ed L."
Дата:
Сообщение: pg_dump index creation order
Следующее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: pg_dump index creation order