Re: Locking entire database

Поиск
Список
Период
Сортировка
От Scott Marlowe
Тема Re: Locking entire database
Дата
Msg-id dcc563d10709140921y7a9e1f84y72a471aa92effa86@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Locking entire database  (Panagiotis Pediaditis <pped@ics.forth.gr>)
Ответы Re: Locking entire database  (Panagiwths Pediadiths <pped@ics.forth.gr>)
Список pgsql-general
On 9/14/07, Panagiotis Pediaditis <pped@ics.forth.gr> wrote:
> A simpler example,
>     In the context of one transaction i do many queries of the form
>           INSERT INTO table value WHERE value NOT IN TABLE;
>
> If i have 2 processes running the same 100s of these at the same time i
> end up with duplicates.
> Even with isolation set to serializable
> any ideas?

Unique index?

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

Предыдущее
От: "Scott Marlowe"
Дата:
Сообщение: Re: Inherited FK Indexing
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: Inherited FK Indexing