Re: Partitioning options

From: Greg Sabino Mullane <htamfids(at)gmail(dot)com>
To: sud <suds1434(at)gmail(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Partitioning options
Date: 2024-02-08 14:38:07
Message-ID: CAKAnmmLMs8pR69HbwG0rnbj2HPrffpvVr80oT1biB+8MUUzmRg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Thu, Feb 8, 2024 at 12:42 AM sud <suds1434(at)gmail(dot)com> wrote:
...

> The key transaction table is going to have ~450 Million transactions per
> day and the data querying/filtering will always happen based on the
> "transaction date" column.
>
...

> Should we go for simple daily range partitioning on the transaction_date
> column?
>

This one gets my vote. That and some good indexes.

Cheers,
Greg

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Siraj G 2024-02-08 15:27:19 Fwd: pgadmin not opening in concurrent sessions
Previous Message Greg Sabino Mullane 2024-02-08 14:31:08 Re: How to do faster DML