Re: Indexes that would span partitions.

From: Michael Lewis <mlewis(at)entrata(dot)com>
To: Tim Uckun <timuckun(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Indexes that would span partitions.
Date: 2022-03-15 06:18:28
Message-ID: CAHOFxGq3U5AgFVcz1t1XsepHamOs-0v3j5oYxkbpprDmhCsF1g@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

How many partitions do you expect to have? Why are you partitioning on that
column? Do you have need to drop old data all at the same time? How many
rows in each partition or in total do you expect to have?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message rajesh singarapu 2022-03-15 06:27:28 Re: Support logical replication of DDLs
Previous Message George Woodring 2022-03-14 19:59:34 Re: foreign key on delete cascade order?