Re: index build faster on 8G laptop than 30G server

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: index build faster on 8G laptop than 30G server
Date: 2016-04-19 21:30:41
Message-ID: 5716A381.5030109@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 4/19/2016 2:28 PM, Bill Ross wrote:
> I've been running an index build for almost an hour on my 30G server
> that takes ~ 20 mins on my puny old macbook.
>
> It seems like I've tuned all I can.. what am I missing?

maintenance_work_mem is the main thing that affects index building
times, I didn't see that in your list of tuning parameters. I
generally set it to 1GB.

--
john r pierce, recycling bits in santa cruz

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Mead 2016-04-19 21:36:29 Re: index build faster on 8G laptop than 30G server
Previous Message Bill Ross 2016-04-19 21:28:30 index build faster on 8G laptop than 30G server