From: | Robert Haas <robertmhaas(at)gmail(dot)com> |
---|---|
To: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Noah Misch <noah(at)leadboat(dot)com>, pgsql-hackers(at)postgresql(dot)org, pgsql-odbc(at)postgresql(dot)org |
Subject: | Re: getting rid of SnapshotNow |
Date: | 2013-07-19 16:46:06 |
Message-ID: | CA+Tgmob3V+mm7_qLserW-xzWTYyqu2E0i8wnZGknwD-zYKkwyw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-odbc |
On Fri, Jul 19, 2013 at 12:29 PM, Alvaro Herrera
<alvherre(at)2ndquadrant(dot)com> wrote:
> Robert Haas escribió:
>> On Fri, Jul 19, 2013 at 1:27 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>
>> > Why not tell people to use SnapshotDirty if they need a
>> > not-guaranteed-consistent result? At least then it's pretty obvious
>> > that you're getting some randomness in with your news.
>
>> On further reflection, I think perhaps pgrowlocks should just register
>> a fresh MVCC snapshot and use that. Using SnapshotDirty would return
>> TIDs of unseen tuples, which does not seem to be what is wanted there.
>
> I think seeing otherwise invisible rows is useful in pgrowlocks. It
> helps observe the effects on tuples written by concurrent transactions
> during experimentation. But then, maybe this functionality belongs in
> pageinspect instead.
It does seem like it should be useful, at least as an option. But I
feel like changing that ought to be separate from getting rid of
SnapshotNow. It seems like too big of a behavior change to pass off
as a harmless tweak.
--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2013-07-19 16:47:23 | Re: LOCK TABLE Permissions |
Previous Message | Josh Berkus | 2013-07-19 16:43:22 | Re: [RFC] Minmax indexes |
From | Date | Subject | |
---|---|---|---|
Next Message | Alvaro Herrera | 2013-07-19 16:51:02 | Re: getting rid of SnapshotNow |
Previous Message | Alvaro Herrera | 2013-07-19 16:29:33 | Re: getting rid of SnapshotNow |