citusdata / citusdata/cstore_fdw
Does cstore_fdw Support Parallel COPY into the Same Table?
Open
- Dominant language
- C
- Stars
- 1.8k
- Forks
- 169
- PR merge metrics
- No merged PRs in 30d
Description
I am attempting to move a large amount of data using Spark/JDBC to insert to a single cstore_fdw table. I am attempting to execute many concurrent COPY commands. It appears each one gains a lock on the table, and they get executed one-by-one as a result. Is this the intended behavior?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.