Re: pg12 - migrate tables to partitions structure

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: Mariel Cherkassky <mariel(dot)cherkassky(at)gmail(dot)com>
Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: pg12 - migrate tables to partitions structure
Date: 2019-09-18 19:09:04
Message-ID: CAHOFxGrNNrM+mJefO4YDO+izOwCt+4ZU6MWrhUjNzUcHe4E8Lg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

How many rows are you dealing with currently? What are your queries like?
Have you looked at doing a hash partition on product.id? Is this on a test
system or destined for a production environment in the near future? I ask
because PG12 is still in beta.

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Mariel Cherkassky 2019-09-18 19:29:35 Re: pg12 - migrate tables to partitions structure
Previous Message Mariel Cherkassky 2019-09-18 18:02:22 pg12 - migrate tables to partitions structure