Re: Parallel inserts

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Ivan Voras <ivoras(at)geri(dot)cc(dot)fer(dot)hr>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Parallel inserts
Date: 2008-02-09 04:19:13
Message-ID: 200802090419.m194JD911274@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

Ivan Voras wrote:
> 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?

Yes, parallel in all cases.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Simon Riggs 2008-02-11 09:44:47 Re: Optimizer : query rewrite and execution plan ?
Previous Message Ivan Voras 2008-02-08 20:59:33 Parallel inserts