Re: comparision chart

From: "Johannes =?iso-8859-15?q?Gr=F8dem?=" <johs(at)copyleft(dot)no>
To: p-sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: comparision chart
Date: 2002-02-20 08:36:12
Message-ID: lzn0y4r1mr.fsf@bzzzt.fix.no
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

* Christopher Sawtell <csawtell(at)paradise(dot)net(dot)nz>:

> Widely used as a very fast read only database. Backs _many_ web sites.
> Locking at the table level only, thus update of the database best done when
> effectively in single-user-mode. Transactions implemented using external
> methods.

The version with InnoDB has row-level locking and transactions. (And
is supposedly very fast, unlike the BDB-tables.)

http://www.innodb.com/

--
johs

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Christopher Kings-Lynne 2002-02-20 08:59:09 Re: comparision chart
Previous Message Christopher Sawtell 2002-02-20 05:43:47 Re: comparision chart