Re: Transactions

Поиск
Список
Период
Сортировка
От Leandro Fanzone
Тема Re: Transactions
Дата
Msg-id 3A2D002C.216E9491@hasar.com
обсуждение исходный текст
Ответ на Transactions  (Leandro Fanzone <leandro@hasar.com>)
Список pgsql-novice
Yes, I heard something similar, but it's the same problem, I think the
transaction log never reaches the disk. I tried -B1 but complains (it must
be 16 at least). Thank you for your help, anyway. Any other ideas?

Leandro Fanzone.

Nabil Sayegh wrote:

> Leandro Fanzone wrote:
>
> > I'm having problems with transactions, lately. I'm checking
> > power-failure conditions on my psql-based programs, and found that a
> > simple loop with
>
> I found this article at dejanews:
>
> "[...] I see about a 50x to 100x performace increase with the inserts.
> This is because the default PostgreSQL setting is to write any commit
> through the disk cache directly onto disk.  If you don't use 'begin'
> and 'commit' then every operation is a transaction and therefore written
> to disk immediately. [...]"
>
> cu
> --
>  Nabil Sayegh


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

Предыдущее
От: Nabil Sayegh
Дата:
Сообщение: Re: Transactions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Transactions