Postgres SQL Web Page

From: "Mark D(dot) Butler" <butlerm(at)xmission(dot)com>
To: webmaster(at)postgresql(dot)org
Subject: Postgres SQL Web Page
Date: 1998-10-22 18:38:52
Message-ID: 362F7BBC.C4C30D95@xmission.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

I have been trying to figure out from the Postgres SQL web pages the
answers to some *very* basic questions, namely:

1. Does Postgres SQL run a transaction redo log for recovery after a
system failure?
2. Does it allow log archiving for recovery after media failure?
3. Does it support row-level or page level locking?
4. Do read-only queries block writers? (i.e. does it have a
multiversioned archictecture?)
5. Does it handle data clustering?
6. What options does it have for controlling the way data is organized
on the disk?
7. How easy is it to alter tables? Can you add/delete/rename/change the
type of table columns?
7. How well does it perform? Are there any benchmark results available?

If you would point me to the answers to these questions I would greatly
appreciate it.

Thanks,

Mark Butler

--
Mark D. Butler ( butlerm @ xmission.com )
Software Engineer
Epic Systems
662 North 100 East
Farmington UT 84025
(801)-451-4583

Browse pgsql-general by date

  From Date Subject
Next Message ulrich 1998-10-23 08:03:05 repl
Previous Message William D. McCoy 1998-10-22 17:28:04 Re: [GENERAL] aggregate question