I think that is different question than mine. I am trying to see if i can stream the response from S
I think that is different question than mine. I am trying to see if i can stream the response from SELECT query directly to client instead of loading the result in worker memory. let's say i have a query that returns large amount of data, which is over the worker memory limit of 128MB, streaming the response without loading into buffer would be only way to workaround worker memory limit.







