Re: time-based range partitioning and truncate/delete different timezones - Mailing list pgsql-general

From Michael Lewis
Subject Re: time-based range partitioning and truncate/delete different timezones
Date
Msg-id CAHOFxGpZTTjRXb-YRg+iEnWttS0zMBO-SoZbNWtqPH-yxtw17g@mail.gmail.com
Whole thread Raw
In response to time-based range partitioning and truncate/delete different timezones  (Niels Jespersen <NJN@dst.dk>)
List pgsql-general
What version are you using? How long are you keeping data for? It is possible to partition by hour or would that exceed the number of recommended partitions too quickly for your retention time period? Else, I would partition on date according to the timezone of your data. Selecting from multiple partitions for the aggregate should be performant enough in most cases. The truncate / detach type commands may need to be the priority.

pgsql-general by date:

Previous
From: Michael Lewis
Date:
Subject: Re: Accounting for between table correlation
Next
From: Michael Lewis
Date:
Subject: Re: migration from postgres to enterprosedb