Parallel (concurrent) inserts?

Поиск
Список
Период
Сортировка
От Ivan Voras
Тема Parallel (concurrent) inserts?
Дата
Msg-id jpovmi$4hp$1@dough.gmane.org
обсуждение исходный текст
Ответы Re: Parallel (concurrent) inserts?  (Josh Berkus <josh@agliodbs.com>)
Re: Parallel (concurrent) inserts?  (Jeff Janes <jeff.janes@gmail.com>)
Список 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 по дате отправления:

Предыдущее
От: Jeff Janes
Дата:
Сообщение: Re: pg_dump and thousands of schemas
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Parallel (concurrent) inserts?