Re: RFC/PoC: GUC option to enable tuple queue autoflush for parallel workers

2024-12-05 Thread Francesco Degrassi
Hello, I hope bumping up this is not frowned upon. Any chance we can get any feedback? Thanks and best regards Francesco On Thu, 26 Sept 2024 at 16:15, Francesco Degrassi wrote: > > Hi all. A brief overview of our use case follows. > > We are developing a foreign data wrapper which employs para

RFC/PoC: GUC option to enable tuple queue autoflush for parallel workers

2024-09-26 Thread Francesco Degrassi
Hi all. A brief overview of our use case follows. We are developing a foreign data wrapper which employs parallel scan support and predicate pushdown; given the types of queries we run, foreign scans can be very long and often return very few rows. As the scan can be very long and slow, we'd like