Thread: WAL and problems with loading a large table

WAL and problems with loading a large table

From
Martin Weinberg
Date:
I'm trying to load a 200GB table.  WAL seems to be using many
GB of disk space and slowing down the load.  I tried "-F" and
fync=off in the postmaster.conf (these are supposed to be the
same, right?) but these don't inhibit the WAL use.

What is the right approach here?

Thanks!

--Martin