Re: some problems when i use postgresql 8.4.2 in my projects .

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: some problems when i use postgresql 8.4.2 in my projects .
Дата
Msg-id 603c8f071002030658r54220906jda393a3cfe107912@mail.gmail.com
обсуждение исходный текст
Ответ на some problems when i use postgresql 8.4.2 in my projects .  (wyx6fox@sina.com)
Список pgsql-performance
2010/2/2  <wyx6fox@sina.com>:
>  the unique constraints actualy kill concurrency write transaction when
> concurrency insert violate the unique constraints , they block each other ,
> i test this in oracle10g, has the same behavour. I think this may be
> reasonable because the uqniue check must be  the seriazable check .
> for resolve this problem , i do the unique check in application as possible
> , but in big concurrency env , this is not good way .

You may find that your way isn't actually very reliable, and that
making it reliable will be very, very much harder (and likely no
faster) than letting PostgreSQL do it.

...Robert

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: [HACKERS] Re: Faster CREATE DATABASE by delaying fsync (was 8.4.1 ubuntu karmic slow createdb)
Следующее
От: Amitabh Kant
Дата:
Сообщение: Re: Optimizing Postgresql server and FreeBSD for heavy read and writes