Re: pg12 - migrate tables to partitions structure
Michael Lewis <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.performance |
|---|---|
| Message-ID | <CAHOFxGrNNrM+mJefO4YDO+izOwCt+4ZU6MWrhUjNzUcHe4E8Lg@mail.gmail.com> |
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.