Re: FDW LIM IT pushdown

2023-10-09 Thread Ashutosh Bapat
Hi Michal, On Fri, Oct 6, 2023 at 9:34 PM Michał Kłeczek wrote: > > Hello hackers, > > First timer here with a question: > > I’ve searched through various e-mail threads and documents and could not find > if pushdown of LIMIT clauses to FDW is implemented. > Seen some conversation about that a

Re: FDW LIM IT pushdown

2023-10-06 Thread Michał Kłeczek
Sorry, I wasn’t precise - my question is about foreign partitions - LIMIT on ordinary tables is supported. Thanks, Michal > On 6 Oct 2023, at 18:02, Michał Kłeczek wrote: > > Hello hackers, > > First timer here with a question: > > I’ve searched through various e-mail threads and documents a

FDW LIM IT pushdown

2023-10-06 Thread Michał Kłeczek
Hello hackers, First timer here with a question: I’ve searched through various e-mail threads and documents and could not find if pushdown of LIMIT clauses to FDW is implemented. Seen some conversation about that a couple of years ago when that was treated as a feature request but nothing sinc