Re: Implementing foreign data wrappers and avoiding n+1 querying

2022-12-23 Thread Brad White
We had a similar situation in a completely different context. Our eventual solution was to fire off a request as soon as one came in. Then we batched further requests until the first returned. Whenever a request returned, we sent any pending requests. Any single request not sent immediately was slo

Re: Getting PSQL in Windows to support TAB/Autocomplete via modified readline...

2022-12-23 Thread Andres Freund
Hi, On 2022-12-08 09:52:52 -0500, Kirk Wolak wrote: > On Wed, Dec 7, 2022 at 2:18 PM Andres Freund wrote: > > > Hi, > > > > On 2022-11-28 17:22:19 -0500, Kirk Wolak wrote: > > > Thank you for this. We have the build working with meson (w/o > > readline). > > > I was not able to get "readline"