Re: postgres 9.3 vs. 9.4

From: "Mkrtchyan, Tigran" <tigran(dot)mkrtchyan(at)desy(dot)de>
To: Josh Berkus <josh(at)agliodbs(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: postgres 9.3 vs. 9.4
Date: 2014-09-18 19:09:24
Message-ID: 1743190394.45544.1411067364145.JavaMail.zimbra@desy.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

----- Original Message -----
> From: "Josh Berkus" <josh(at)agliodbs(dot)com>
> To: pgsql-performance(at)postgresql(dot)org
> Sent: Thursday, September 18, 2014 7:54:24 PM
> Subject: Re: [PERFORM] postgres 9.3 vs. 9.4
>
> On 09/18/2014 08:09 AM, Mkrtchyan, Tigran wrote:
> >>> 9.4beta2:
> >>> > >
> >> > ...
> >> >
> >>> > > 0.957854 END;
> >>> > >
> >> >
> >> > Looks like IO.
> > Postgres internal IO? May be. We get 600MB/s on this SSDs.
>
> While it's possible that this is a Postgres issue, my first thought is
> that the two SSDs are not actually identical. The 9.4 one may either
> have a fault, or may be mostly full and heavily fragmented. Or the Dell
> PCIe card may have an issue.

We have tested both SSDs and they have identical IO characteristics and
as I already mentioned, both databases are fresh, including filesystem.

>
> You are using "scale 1" which is a < 1MB database, and one client and 1
> thread, which is an interesting test I wouldn't necessarily have done
> myself. I'll throw the same test on one of my machines and see how it does.

this scenario corresponds to our use case. We need a high transaction rate
per for a single client. Currently I can get only ~1500 tps. Unfortunately,
posgtress does not tell me where the bottleneck is. Is this is defensively
not the disk IO.

Thanks for the help,
Tigran.

>
> --
> Josh Berkus
> PostgreSQL Experts Inc.
> http://pgexperts.com
>
>
> --
> Sent via pgsql-performance mailing list (pgsql-performance(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-performance
>

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Andrew Dunstan 2014-09-18 19:32:17 Re: postgres 9.3 vs. 9.4
Previous Message Josh Berkus 2014-09-18 17:54:24 Re: postgres 9.3 vs. 9.4