citusdata / citusdata/citus

Support pg_bulkload

Open
#6,316 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C
Stars
12.8k
Forks
794
Avg merge
2d 14h
Merged PRs (30d)
31

Description

I have citus 11 env.

I used pg_bulkload to load the data into citus distributed table from csv file. this tool has better handling for bad parse data and duplicate too.

loading messages said no error, about 5mio records finished
but count the table always 0.

Try 2nd load; got error primary key constraint violation.

pg_bulkload I used is buffered writer, which in code they are using heap_insert API. Is citus parse data to distribute before heap_insert?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.