Re: Partition pruning / agg push down for star schema in pg v11

From: legrand legrand <legrand_legrand(at)hotmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Partition pruning / agg push down for star schema in pg v11
Date: 2017-12-05 23:48:56
Message-ID: 1512517736710-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Partition pruning doen't work in this case
as described at
http://www.postgresql-archive.org/Partition-pruning-for-Star-Schema-td5995163.html#a5995168

Partition wise join works for ONLY ONE dim table (that is better than
nothing).

--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Thomas Munro 2017-12-06 01:50:40 Re: transaction wrap around
Previous Message Ahmed, Nawaz 2017-12-05 23:26:06 RE: Replica on low-bandwitdh network