Postgres Analog of Oracle APPEND hint

From: Rumpi Gravenstein <rgravens(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Postgres Analog of Oracle APPEND hint
Date: 2021-02-25 14:44:43
Message-ID: CAEpg1wD1xVNpT2LhraP+vCy=jwtFA4irTZgGXpuBBETLXkccvw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

All,

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've googled for this and can't find a definitive statement on this point.

--
Rumpi Gravenstein

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Paul Förster 2021-02-25 14:45:46 PostgreSQL URI
Previous Message Eric Brison 2021-02-25 14:31:33 Extension intarray and null values