Re: Truviso + Command Prompt in the news

Lists: pgsql-advocacypgus-general
From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Truviso + Command Prompt in the news
Date: 2008-04-18 20:49:03
Message-ID: 20080418134903.1dd34384@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy pgus-general

From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
Cc: pgsql-advocacy(at)postgresql(dot)org, pgus-general(at)postgresql(dot)org
Subject: Re: Truviso + Command Prompt in the news
Date: 2008-04-18 20:50:25
Message-ID: 20080418135025.646d2f00@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy pgus-general

On Fri, 18 Apr 2008 13:49:03 -0700
"Joshua D. Drake" <jd(at)commandprompt(dot)com> wrote:

> Hello,
>
> Truviso just put our a PR on the Work that CMD/Alvaro have been doing
> with Truviso to fix up some vacuum and long running transaction
> issues.
>
> http://www.businesswire.com/portal/site/google/?ndmViewId=news_view&newsId=20080418005165&newsLang=en
> http://news.morningstar.com/newsnet/ViewNews.aspx?article=/BW/20080418005165_univ.xml
> http://www.forbes.com/businesswire/feeds/businesswire/2008/04/18/businesswire20080418005165r1.html
> http://biz.yahoo.com/bw/080418/20080418005165.html?.v=1
> http://www.sys-con.com/read/546723.htm

Wanted to make sure this gets picked up over in pgus-general too.

Joshua D. Drake

--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate


From: "Selena Deckelmann" <selenamarie(at)gmail(dot)com>
To: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Truviso + Command Prompt in the news
Date: 2008-04-18 20:56:22
Message-ID: 2b5e566d0804181356p46bfa591n7273eed031c7a6a3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy pgus-general

On Fri, Apr 18, 2008 at 1:49 PM, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
> Hello,
>
> Truviso just put our a PR on the Work that CMD/Alvaro have been doing
> with Truviso to fix up some vacuum and long running transaction issues.

Can you provide any details on what the enhancements are? Or can
Alvaro? Links to email conversations?

-selena

--
Selena Deckelmann
United States PostgreSQL Association - http://www.postgresql.us
PDXPUG - http://pugs.postgresql.org/pdx
Me - http://www.chesnok.com/daily


From: "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>
To: "Selena Deckelmann" <selenamarie(at)gmail(dot)com>
Cc: pgsql-advocacy(at)postgresql(dot)org, pgus-general(at)postgresql(dot)org
Subject: Re: Truviso + Command Prompt in the news
Date: 2008-04-18 21:02:44
Message-ID: 20080418140244.7f8233b7@commandprompt.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy pgus-general

On Fri, 18 Apr 2008 13:56:22 -0700
"Selena Deckelmann" <selenamarie(at)gmail(dot)com> wrote:

> On Fri, Apr 18, 2008 at 1:49 PM, Joshua D. Drake
> <jd(at)commandprompt(dot)com> wrote:
> > Hello,
> >
> > Truviso just put our a PR on the Work that CMD/Alvaro have been
> > doing with Truviso to fix up some vacuum and long running
> > transaction issues.
>
>
> Can you provide any details on what the enhancements are? Or can
> Alvaro? Links to email conversations?

http://archives.postgresql.org/pgsql-patches/2008-03/msg00394.php
http://archives.postgresql.org/pgsql-patches/2008-04/msg00190.php
http://archives.postgresql.org/pgsql-patches/2008-03/msg00245.php

Joshua D. Drake

>
> -selena
>
>

--
The PostgreSQL Company since 1997: http://www.commandprompt.com/
PostgreSQL Community Conference: http://www.postgresqlconference.org/
United States PostgreSQL Association: http://www.postgresql.us/
Donate to the PostgreSQL Project: http://www.postgresql.org/about/donate


From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Selena Deckelmann <selenamarie(at)gmail(dot)com>
Cc: pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Truviso + Command Prompt in the news
Date: 2008-04-18 21:02:51
Message-ID: 20080418210251.GK572@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy pgus-general

Selena Deckelmann escribió:
> On Fri, Apr 18, 2008 at 1:49 PM, Joshua D. Drake <jd(at)commandprompt(dot)com> wrote:
> > Hello,
> >
> > Truviso just put our a PR on the Work that CMD/Alvaro have been doing
> > with Truviso to fix up some vacuum and long running transaction issues.
>
> Can you provide any details on what the enhancements are? Or can
> Alvaro? Links to email conversations?

Basically
http://archives.postgresql.org/message-id/20080325202645.GA15520%40alvh.no-ip.org

Some initial bits of it have already been committed; another hunk is
waiting for the upcoming commitfest; more changes yet to be published.

All in all, I expect to be able to remove dead rows created by
transactions that are no longer in progress, but which started more
recently than some currently-open long-running transaction.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support


From: Josh Berkus <josh(at)agliodbs(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: Selena Deckelmann <selenamarie(at)gmail(dot)com>, pgsql-advocacy(at)postgresql(dot)org
Subject: Re: Truviso + Command Prompt in the news
Date: 2008-04-19 14:27:53
Message-ID: 480A0169.1080408@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-advocacy pgus-general

Alvaro,

> All in all, I expect to be able to remove dead rows created by
> transactions that are no longer in progress, but which started more
> recently than some currently-open long-running transaction.
>

All right!

Nice work, CMD & Truviso.

--Josh