concurrent writes

Поиск
Список
Период
Сортировка
От Andreas Jung
Тема concurrent writes
Дата
Msg-id 1059474786.30414.26.camel@sentinel.sb.haufe.de
обсуждение исходный текст
Ответы Re: concurrent writes  ("Shridhar Daithankar" <shridhar_daithankar@persistent.co.in>)
Re: concurrent writes  (Dennis Gearon <gearond@cvc.net>)
Re: concurrent writes  (Andrew Sullivan <andrew@libertyrms.info>)
Список pgsql-general
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



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

Предыдущее
От: u15074
Дата:
Сообщение: Re: View index question
Следующее
От: Deepa K
Дата:
Сообщение: Can trigger procedures return value