Q: CAN TRANSACTION LOGGING BE DISABLED?

From: "Jonathan Boarman" <jlb0001(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Q: CAN TRANSACTION LOGGING BE DISABLED?
Date: 2000-09-19 16:06:36
Message-ID: LAW-F119Vy5RHilp63100005292@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Question:

Must transaction logging be ON while importing large data sets? Can
transaction logging be disabled when making batch updates to a large
database?

Background:

We have been testing with MS SQL server for some time with some large
databases (greater 30 million records per db). This data is completely
static except during infrequent reloads or updates. We are frustrated by
the automatic transaction logging that occurs with MS SQL server and are
seeking out alternatives such as PostgreSQL.

We would much prefer to incorporate our own "transaction" management via the
old-fashioned "backup & restore" mechanism instead of using the high
overhead of transaction logging by DBMSs like MS SQL. In other words, if
things goes wrong in the update process, then we'd rather just restore the
tables and indexes from tape.

Please let me know,
Jonathan Boarman
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.

Share information about yourself, create your own public profile at
http://profiles.msn.com.

Browse pgsql-general by date

  From Date Subject
Next Message Steve Heaven 2000-09-19 16:06:39 Re: Is it possible to search for sub-strings...
Previous Message Tom Lane 2000-09-19 16:03:40 Re: Can't connect to 6.5.2 server with 7.0.2 client