pg_dump index creation order - Mailing list pgsql-performance

From Ed L.
Subject pg_dump index creation order
Date
Msg-id 200605061915.55712.pgsql@bluepolka.net
Whole thread Raw
Responses Re: pg_dump index creation order  ("Ed L." <pgsql@bluepolka.net>)
Re: pg_dump index creation order  ("Jim C. Nasby" <jnasby@pervasive.com>)
List pgsql-performance
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...

Ed

pgsql-performance by date:

Previous
From: "mcelroy, tim"
Date:
Subject: Re: Memory and/or cache issues?
Next
From: "Ed L."
Date:
Subject: Re: pg_dump index creation order