Parallel (concurrent) inserts? - Mailing list pgsql-performance

From Ivan Voras
Subject Parallel (concurrent) inserts?
Date
Msg-id jpovmi$4hp$1@dough.gmane.org
Whole thread Raw
Responses Re: Parallel (concurrent) inserts?  (Josh Berkus <josh@agliodbs.com>)
Re: Parallel (concurrent) inserts?  (Jeff Janes <jeff.janes@gmail.com>)
List pgsql-performance
Hello,

I'm wondering if there is ia document describing which guarantees (if
any) PostgreSQL makes about concurrency for various operations? Speaking
in general (i.e. IO can handle it, number of CPU cores and client
threads is optimal), are fully concurrent operations (independant and
non-blocking) possible for:

1) An unindexed table?

2) A table with 1+ ordinary (default btree) indexes? (are there
constraints on the structure and number of indexes?)

3) A table with 1+ unique indexes?

4) A table with other objects on it (foreign keys, check constraints, etc.)?


pgsql-performance by date:

Previous
From: Jeff Janes
Date:
Subject: Re: pg_dump and thousands of schemas
Next
From: Josh Berkus
Date:
Subject: Re: Parallel (concurrent) inserts?