Parallel inserts

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Parallel inserts
Дата
Msg-id foifrm$pq5$1@ger.gmane.org
обсуждение исходный текст
Ответы Re: Parallel inserts  (Bruce Momjian <bruce@momjian.us>)
Список 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 по дате отправления:

Предыдущее
От: Mark Wong
Дата:
Сообщение: Re: Benchmark Data requested
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Parallel inserts