Thanks to visit codestin.com
Credit goes to postgrespro.com

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

From Josh Berkus
Subject Re: Speeding up Gist Index creations
Date
Msg-id [email protected]
Whole thread Raw
In response to Speeding up Gist Index creations  ([email protected])
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: [email protected]
Date:
Subject: Speeding up Gist Index creations
Next
From: Gaetano Mendola
Date:
Subject: Re: [PATCHES] [HACKERS] ARC Memory Usage analysis