Re: index problems (again)

From: Geoff Winkless <pgsqladmin(at)geoff(dot)dj>
To: "Peter J(dot) Holzer" <hjp-pgsql(at)hjp(dot)at>, Postgres General <pgsql-general(at)postgresql(dot)org>
Subject: Re: index problems (again)
Date: 2016-03-13 18:39:41
Message-ID: CAEzk6fdK7K=k1U5qdE6Paj3uq5QVG+4geG6QSX8P57mWwPWk7Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12 March 2016 at 22:00, Peter J. Holzer <hjp-pgsql(at)hjp(dot)at> wrote:
> I don't think most people's data is perfectly distributed. But as you
> say most data is probably within some deviation of being perfectly
> distributed and as long as that deviation isn't too big it doesn't
> matter.

Is that how what I wrote came across? I was trying to say exactly the
opposite: that if, instead of assuming perfect distribution, you
assume a certain deviation from that distribution, you will end up
with plans that would win with perfect distribution losing out to
plans that are almost as good on that perfect distribution but behave
better on data that is not perfectly distributed.

Geoff

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Melvin Davidson 2016-03-13 22:15:58 Re: Distributed Table Partitioning
Previous Message Oleg Bartunov 2016-03-13 18:30:17 Re: MongoDB 3.2 beating Postgres 9.5.1?