From: | Günce Kaya <guncekaya14(at)gmail(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Partitions |
Date: | 2017-11-06 07:19:33 |
Message-ID: | CAAV2-mVsyqZhqQCykRkcEL2L_DFh9sJHN8o-mPUrBDDZQ-=BLA@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hello,
We have a large table and we use partition on that table. We keep data as
monthly with partitions so partitions check date fields. I'm confused about
adding second partition on same table but for check different field like
state(character varying). By the way this partitions which check date has
index for state column.
When a query run first check partitions. Sometimes it is really make slow
queries than we expect. We want to get query check first state field during
running that query. In brief we would like to prioritise this.
Can we separate partition structure for instance partitions for date and
partitions for state on same table?
I'm not sure it is reasonable? Is there anyone performed this scenario?
Regards,
Gunce Kaya
Linkedin <https://tr.linkedin.com/in/guncekaya> - Twitter
<https://twitter.com/gguncesi> - Blog
<http://www.guncekaya.blogspot.com.tr/>
From | Date | Subject | |
---|---|---|---|
Next Message | Stephen Frost | 2017-11-06 13:37:45 | Re: Bad recovery: no pg_xlog/RECOVERYXLOG |
Previous Message | Mark Kirkwood | 2017-11-03 22:00:03 | Re: Bad recovery: no pg_xlog/RECOVERYXLOG |