On Wed, Dec 1, 2021 at 6:55 AM Euler Taveira <eu...@eulerto.com> wrote: > > On Tue, Nov 30, 2021, at 7:25 AM, Amit Kapila wrote: > > On Tue, Nov 30, 2021 at 11:37 AM Dilip Kumar <dilipbal...@gmail.com> wrote: > > > > What about the initial table sync? during that, we are going to > > combine all the filters or we are going to apply only the insert > > filters? > > > > AFAIK, currently, initial table sync doesn't respect publication > actions so it should combine all the filters. What do you think? > > I agree. If you think that it might need a row to apply DML commands (UPDATE, > DELETE) in the future or that due to a row filter that row should be available > in the subscriber (INSERT-only case), it makes sense to send all rows that > satisfies any row filter. >
Right and Good point. -- With Regards, Amit Kapila.