Re: Speeding up Gist Index creations - Mailing list pgsql-performance

From Josh Berkus
Subject Re: Speeding up Gist Index creations
Date
Msg-id 200410311601.15408.josh@agliodbs.com
Whole thread Raw
In response to Speeding up Gist Index creations  (mallah@trade-india.com)
Responses Re: Speeding up Gist Index creations
List pgsql-performance
Mallah,

> Gist indexes take a long time to create as compared
> to normal indexes is there any way to speed them up ?
>
> (for example by modifying sort_mem or something temporarily )

More sort_mem will indeed help.  So will more RAM and a faster CPU.

Our GIST-index-creation process is probably not optimized; this has been
marked as "needs work" in the code for several versions.   If you know anyone
who can help Oleg & Teodor out, be put them in touch ...

--
--Josh

Josh Berkus
Aglio Database Solutions
San Francisco

pgsql-performance by date:

Previous
From: mallah@trade-india.com
Date:
Subject: Speeding up Gist Index creations
Next
From: Gaetano Mendola
Date:
Subject: Re: [PATCHES] [HACKERS] ARC Memory Usage analysis