On Wed, Jun 21, 2023 at 3:28 AM Amit Kapila <amit.kapil...@gmail.com> wrote: > On Tue, Jun 20, 2023 at 10:39 PM Jacob Champion <jchamp...@timescale.com> > wrote: > > Making it a subscriber-side feature > > requires tight coupling between the two peers, though. (For the > > timescaledb case, how does the subscriber know which new partitions > > belong to which root? > > Yeah, the subscriber can't figure that out automatically. Users need > to provide the mapping manually.
Right. For that reason, I think subscriber-side mappings probably won't help this particular use case. This patchset is pushing more in the direction of publisher-side mappings. Thanks, --Jacob