Re: PG 12: Partitioning across a FDW? - Mailing list pgsql-general

From Chris Morris
Subject Re: PG 12: Partitioning across a FDW?
Date
Msg-id CALrUc2Xkq3T9AsBudZojwkOeGH3Q0RHcSoZuA+V0b_ndnEff1g@mail.gmail.com
Whole thread Raw
In response to Re: PG 12: Partitioning across a FDW?  (Laurenz Albe <laurenz.albe@cybertec.at>)
List pgsql-general
> Is it even possible to use PG partitioning across a Foreign Server?
I am not certain what you mean, but you can have foreign tables as partitions
of a partitioned table.  The partitions won't be processed in parallel though.

I have a large, growing table, that I'd like to start partitioning, but also would like "older" partitions to be stored in a separate database, connected via FDW. I haven't played around with partitioning at all yet, so clearly I'm not sure how to ask the question :)

The hope is to still have one "seamless" table users can query, but to spread the storage across different databases. I realize that may be asking for too much.

pgsql-general by date:

Previous
From: Marius Andreiana
Date:
Subject: Re: PostgreSQL 13: native JavaScript Procedural Language support ?
Next
From: Stephen Frost
Date:
Subject: Re: PG 12: Partitioning across a FDW?