Re: "GiST access is not concurrent" - Mailing list pgsql-general

From Qingqing Zhou
Subject Re: "GiST access is not concurrent"
Date
Msg-id df55f2$1d91$1@news.hub.org
Whole thread Raw
In response to "GiST access is not concurrent"  ("John Surnow" <surnow@jigsaw.com>)
List pgsql-general
""John Surnow"" <surnow@jigsaw.com> wrote
> Does this mean that read access is not concurrent, or write access, or
> both?

For old GiST, you can have several connections read-*only* at the same time,
but write/write or read/write is unsafe. GiST in 8.1 is concurrent safe
already.

Regards,
Qingqing



pgsql-general by date:

Previous
From: "Dann Corbit"
Date:
Subject: Re: newbie - postgresql or mysql
Next
From: CSN
Date:
Subject: Deferred triggers?