Re: Disable Transaction - plans ?

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: Disable Transaction - plans ?
Дата
Msg-id 20011024205836.B2991@svana.org
обсуждение исходный текст
Ответ на Re: Disable Transaction - plans ?  ("Ben-Nes Michael" <miki@canaan.co.il>)
Список pgsql-general
On Wed, Oct 24, 2001 at 12:32:06PM +0200, Ben-Nes Michael wrote:
> Simple.
>
> In my dynamic sites I have sessions tables that get select/update/insert
> allot, So removing as many obstacles from select/update/insert against "very
> simple" tables will improve the performance.

Well, I think you may be barking up the wrong tree. The overhead for
transactions is very low. You are under the impression that that
transactions slow the database down?

Removing transactions would basically remove the whole point of having an
RDBMS. Seriously, transactions are no performance impediment.
--
Martijn van Oosterhout <kleptog@svana.org>
http://svana.org/kleptog/
> Magnetism, electricity and motion are like a three-for-two special offer:
> if you have two of them, the third one comes free.

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

Предыдущее
От: "Ben-Nes Michael"
Дата:
Сообщение: Re: Disable Transaction - plans ?
Следующее
От: wayne
Дата:
Сообщение: Re: Listing users