Parallel inserts - Mailing list pgsql-performance

From Ivan Voras
Subject Parallel inserts
Date
Msg-id foifrm$pq5$1@ger.gmane.org
Whole thread Raw
Responses Re: Parallel inserts
List pgsql-performance
Hi,

Assuming two or more clients issue INSERTs and COPYs on the same table
in the database at the same time, does PostgreSQL execute them in
parallel (i.e. no table-level locks, etc.) assuming there are no indexes
and constrains on the table? What about when there are indexes and/or
constraints?

pgsql-performance by date:

Previous
From: Mark Wong
Date:
Subject: Re: Benchmark Data requested
Next
From: Bruce Momjian
Date:
Subject: Re: Parallel inserts