From: | Bruce Momjian <bruce(at)momjian(dot)us> |
---|---|
To: | PFC <lists(at)peufeu(dot)com> |
Cc: | Vivek Khera <vivek(at)khera(dot)org>, pgsql-general General <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: why postgresql over other RDBMS |
Date: | 2007-06-01 16:22:10 |
Message-ID: | 200706011622.l51GMAF06236@momjian.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
PFC wrote:
> On Thu, 31 May 2007 22:20:09 +0200, Vivek Khera <vivek(at)khera(dot)org> wrote:
>
> >
> > On May 25, 2007, at 5:28 PM, Tom Lane wrote:
> >
> >> That's true at the level of DDL operations, but AFAIK we could
> >> parallelize table-loading and index-creation steps pretty effectively
> >> --- and that's where all the time goes.
> >
> > I would be happy with parallel builds of the indexes of a given table.
> > That way you have just one scan of the whole table to build all its
> > indexes.
>
> Will the synchronized seq scan patch be able to do this by issuing all
> the CREATE INDEX commands at the same time from several different database
> connections ?
No, but it could someday.
--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
From | Date | Subject | |
---|---|---|---|
Next Message | Dhaval Shah | 2007-06-01 16:22:46 | Re: warm standby server stops doing checkpointsafterawhile |
Previous Message | Andrew Sullivan | 2007-06-01 16:16:19 | multimaster (was: Slightly OT.) |