Re: Turning off transactions completely. - Mailing list pgsql-general

From Bruce Momjian
Subject Re: Turning off transactions completely.
Date
Msg-id 200201071755.g07Ht1c02709@candle.pha.pa.us
Whole thread Raw
In response to Re: Turning off transactions completely.  ("Arsalan Zaidi" <azaidi@directi.com>)
List pgsql-general
> I found a comment from 1999 where someone asked a similiar Q and Mimijian
> responded that that was not possible in pg. Is that still true? Can it be
> easily changed in the code?

It is possible to turn off transactions.  The problem is would the
system be any faster, and would a single INSERT failure due to a
constraint check make the system unusable.  You can turn off fsync in
postgresql.conf and maybe there is a way to prevent pre-change image
logging to WAL, but other than that, I can't think of any more speedups
that keep the system usable.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-general by date:

Previous
From: Alvar Freude
Date:
Subject: Re: Turning off transactions completely.
Next
From: Jon Lapham
Date:
Subject: Re: How to cast a char[] to varchar?