Re: What's the XID? - Mailing list pgsql-admin

From ivan.hou
Subject Re: What's the XID?
Date
Msg-id 14553816.post@talk.nabble.com
Whole thread Raw
In response to Re: What's the XID?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: What's the XID?  ("Joshua D. Drake" <jd@commandprompt.com>)
List pgsql-admin

Tom Lane-2 wrote:
>
> Jeff Frost <jeff@frostconsultingllc.com> writes:
>> On Thu, 27 Dec 2007, Tom Lane wrote:
>>> There's no global counter.  There's a backend-local "virtual transaction
>>> id" counter.
>
>> That's a drag as I have quite a few clients who graph the xacts/sec with
>> MRTG.
>> Most of these clients have read heavy workloads and it would be great to
>> be
>> able to graph read vs write xacts, but a drag if you have no visibility
>> into
>> the read xacts.
>
> Why aren't you using the pgstats xact counters for that?
>
>             regards, tom lane
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
>                http://archives.postgresql.org
>
>
if no begin or commit , then the xid would also be increased ??
--
View this message in context: http://www.nabble.com/What%27s-the-XID--tp14508639p14553816.html
Sent from the PostgreSQL - admin mailing list archive at Nabble.com.


pgsql-admin by date:

Previous
From: "Phillip Smith"
Date:
Subject: Re: Restoring pg_dump Backup with psql Fails
Next
From: "Joshua D. Drake"
Date:
Subject: Re: What's the XID?