Re: createing indexes on large tables and int8 - Mailing list pgsql-general

From mljv@planwerk6.de
Subject Re: createing indexes on large tables and int8
Date
Msg-id 200707180012.58465.mljv@planwerk6.de
Whole thread Raw
In response to Re: createing indexes on large tables and int8  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: createing indexes on large tables and int8  (Ron Johnson <ron.l.johnson@cox.net>)
List pgsql-general
On Tuesday 17 July 2007 17:47:01 Tom Lane wrote:
> mljv@planwerk6.de writes:
> > i think i got it fixed as i saw that i pushed my maintenance_work_mem too
> > high. It was higher than physical ram :-(
>
> Ooops, that will definitely cause problems.

yes it did! I ran it again. And now it takes 10 minutes per index instead of
10 hours (still 8.1). maybe something postgres should complain about if
setting maintance_work_mem too high.

Thanks for your help.

kind regards
janning


pgsql-general by date:

Previous
From: mljv@planwerk6.de
Date:
Subject: Re: int8 vs int4
Next
From: Bruce Momjian
Date:
Subject: Re: AutoVacuum Behaviour Question