On Thu, Feb 25, 2021 at 10:26 AM Rumpi Gravenstein <rgrav...@gmail.com> wrote: > > Unfortunately, I am not looking to load from an external source. My process > is moving data from source PostgreSQL tables to target PostgreSQL tables.
INSERT INTO ...SELECT ... is one of the fastest ways possible to move data around. merlin