Parallel (concurrent) inserts?

From: Ivan Voras <ivoras(at)freebsd(dot)org>
To: pgsql-performance(at)postgresql(dot)org
Subject: Parallel (concurrent) inserts?
Date: 2012-05-25 22:04:58
Message-ID: jpovmi$4hp$1@dough.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.)?

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Josh Berkus 2012-05-25 23:13:54 Re: Parallel (concurrent) inserts?
Previous Message Jeff Janes 2012-05-25 21:28:02 Re: pg_dump and thousands of schemas