Re: Good way to insert/update when you're not sure of duplicates?

Поиск
Список
Период
Сортировка
От Shridhar Daithankar
Тема Re: Good way to insert/update when you're not sure of duplicates?
Дата
Msg-id 200309262114.27094.shridhar_daithankar@persistent.co.in
обсуждение исходный текст
Ответ на Good way to insert/update when you're not sure of duplicates?  (Curtis Stanford <curtis@stanfordcomputing.com>)
Ответы Re: Good way to insert/update when you're not sure of duplicates?  (Dennis Gearon <gearond@fireserve.net>)
Re: Good way to insert/update when you're not sure of  ("scott.marlowe" <scott.marlowe@ihs.com>)
Список pgsql-general
On Friday 26 September 2003 21:08, Dennis Gearon wrote:
> corruption of the databases, if I'm correct.

> Shridhar Daithankar wrote:
> >On Friday 26 September 2003 20:48, Dennis Gearon wrote:
> >>I didn't think mulitple backends worked.
> >
> >Why? Why can't you insert using multiple backends? I mean is there a
> > problem?

How does database gets corrupted? If you have 20 backend inserting their own
chunk of data in separate transactions, where does database corruption comes
in picture?

That's the whole idea of transactions.

 Shridhar


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

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Good way to insert/update when you're not sure of duplicates?
Следующее
От: Dennis Gearon
Дата:
Сообщение: Re: Good way to insert/update when you're not sure of duplicates?