Re: Postgres Analog of Oracle APPEND hint

From: Jayadevan M <maymala(dot)jayadevan(at)gmail(dot)com>
To: Rumpi Gravenstein <rgravens(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Postgres Analog of Oracle APPEND hint
Date: 2021-02-25 15:31:21
Message-ID: CAFS1N4gDuVLQsZqVDYgeh5xMedYKW3psr37JJo=pUBh9qz5VFw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

>
> Using PostgreSQL 13.1
>
> I am new to PostgreSQL transitioning from Oracle. One of the many Oracle
> tricks I learned is that large inserts can be sped up by adding the direct
> path load hint /*+APPEND*/ . I am faced with having to perform many large
> inserts (100K->100M rows) in my PostgreSQL database.
>
> My questions are:
>
> - Is there something comparable within the PostgreSQL community
> edition product?
> - Are my only options to un-log the table and tune instance memory
> parameters?
>
>
> I remember trying this some time ago. It is not part of the PG community
edition. Still, worth a look -
https://ossc-db.github.io/pg_bulkload/pg_bulkload.html
<https://ossc-db.github.io/pg_bulkload/pg_bulkload.html>

Regards,
Jayadevan

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mark Johnson 2021-02-25 15:35:53 Re: Postgres Analog of Oracle APPEND hint
Previous Message Paul Förster 2021-02-25 15:24:30 Re: PostgreSQL URI