Re: Windows performance

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: Windows performance
Date: 2016-02-12 22:56:16
Message-ID: 56BE6310.8020706@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 02/12/2016 11:22 AM, John R Pierce wrote:
> On 2/12/2016 8:09 AM, Sterpu Victor wrote:
>> The query is very big but I pasted it at the end of the mail with the
>> EXPLAIN ANALYZE.
>
> I ran that explain through Depesz's 'explain' analyzer.
> http://explain.depesz.com/s/c7ts
>
> there's a lot(!) of small steps in that query. I'm going to hazard a
> guess that the issue is related to semaphore overhead or something like
> that.
>
> certainly, ti would be good to benchmark both OS's on the same version
> of postgres, comparing 9.1 to 9.5 isn't fair.

Something else that just dawned on me, the databases are not the same
version, is the data being queried the same in content and size?

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message AI Rumman 2016-02-12 22:56:58 template1 database is facing high datfrozenxid
Previous Message Adrian Klaver 2016-02-12 22:48:06 Re: Trying to move away from Firebird