Thread: Truviso + Command Prompt in the news

Truviso + Command Prompt in the news

From
"Joshua D. Drake"
Date:

Re: Truviso + Command Prompt in the news

From
"Joshua D. Drake"
Date:
On Fri, 18 Apr 2008 13:49:03 -0700
"Joshua D. Drake" <jd@commandprompt.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



Re: Truviso + Command Prompt in the news

From
"Selena Deckelmann"
Date:
On Fri, Apr 18, 2008 at 1:49 PM, Joshua D. Drake <jd@commandprompt.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

Re: Truviso + Command Prompt in the news

From
"Joshua D. Drake"
Date:
On Fri, 18 Apr 2008 13:56:22 -0700
"Selena Deckelmann" <selenamarie@gmail.com> wrote:

> On Fri, Apr 18, 2008 at 1:49 PM, Joshua D. Drake
> <jd@commandprompt.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



Re: Truviso + Command Prompt in the news

From
Alvaro Herrera
Date:
Selena Deckelmann escribió:
> On Fri, Apr 18, 2008 at 1:49 PM, Joshua D. Drake <jd@commandprompt.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

Re: Truviso + Command Prompt in the news

From
Josh Berkus
Date:
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