Re: concurrent writes

Поиск
Список
Период
Сортировка
От Dennis Gearon
Тема Re: concurrent writes
Дата
Msg-id 3F2692F8.7070305@cvc.net
обсуждение исходный текст
Ответ на concurrent writes  (Andreas Jung <andreas.jung@haufe.de>)
Список pgsql-general
If I understand your idea, and Postgres, this is like saying you want multiple backend processes, and definite, "NO".
Asfar as I know, one connection == 1 xaction. 

Andreas Jung wrote:
> hi,
>
> we are running Postgres 7.3.3 successfully on our portal sites
> under Solaris. For a new project we have the requirement that
> N processes need to write update/insert within the same time and within
> the same transaction data in one table. More detailed: every process
> opens its own connection, starts a transaction, updates *different* rows
> and then commits. According to our postgres adminstrator, Postgres seems
> to behave differently on Linux and Solaris. Any ideas on that?
>
> Thanks,
> Andreas
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
>                http://www.postgresql.org/docs/faqs/FAQ.html
>


В списке pgsql-general по дате отправления:

Предыдущее
От: Jonathan Bartlett
Дата:
Сообщение: Re: CREATE TABLE with REFERENCE
Следующее
От: Francisco Reyes
Дата:
Сообщение: Auto completion in psql