Re: Choosing an index on partitioned tables.

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Tim Uckun <timuckun(at)gmail(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, Brent Wood <Brent(dot)Wood(at)niwa(dot)co(dot)nz>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Choosing an index on partitioned tables.
Date: 2021-09-07 10:28:09
Message-ID: CABUevEweGLjzNiBKnQ7MD7Y72obfJvLfE+F0_COEch4fHKzWDg@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Sep 7, 2021 at 12:15 PM Tim Uckun <timuckun(at)gmail(dot)com> wrote:
>
> There is an image marked as official: https://hub.docker.com/_/postgres
>
> I presumed this was maintained by the postgres team.

It is official *docker*, just not official *postgresql*. If you click
their "maintained by" link you get to
https://github.com/docker-library/postgres which clearly explains what
"type of official" it is.

That said, as long as you use the debian based version of their
container, it should be trivial to add any extension that's supported
on Debian, which definitely includes pg_partman.

--
Magnus Hagander
Me: https://www.hagander.net/
Work: https://www.redpill-linpro.com/

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Philippe Doussot 2021-09-07 11:59:19 Re: update non-indexed value is slow if some non-related index/fk are enabled
Previous Message Tim Uckun 2021-09-07 10:15:35 Re: Choosing an index on partitioned tables.