-
+
Performance Tips
possibly discarding many hours of processing. Depending on how
interrelated the data is, that might seem preferable to manual cleanup,
or not. COPY> commands will run fastest if you use a single
- transaction and have WAL archiving turned off.
+ transaction and have WAL archiving turned off.
+
pg_restore> also has a
+ which allows concurrent data loading and index creation, and has
+ the performance advantages of doing COPY in a single transaction.