Re: [SQL] Don't need transaction integrity - can I turn it off

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: Hamid Khoshnevis <hamid(at)emarq(dot)com>
Cc: pgsql-sql(at)postgreSQL(dot)org
Subject: Re: [SQL] Don't need transaction integrity - can I turn it off
Date: 1999-08-27 05:51:14
Message-ID: 199908270551.BAA10135@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

[Charset iso-8859-1 unsupported, filtering to ASCII...]
> My application requires very fast update/insert- where I am told mySQL
> shines. Can I turn off commit/rollback in Postgres so as to dramatically
> speed up insert/updates. I understand and accept the cost of dropping some
> insert/updates.

Yes, we have no-fsync option. See FAQ.

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

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message KOUL Christian 1999-08-27 06:15:27 (pas d'objet)
Previous Message Hamid Khoshnevis 1999-08-27 05:16:46 Don't need transaction integrity - can I turn it off