Re: [I] Streaming query client [pinot]

2023-10-31 Thread via GitHub
walterddr commented on issue #11901: URL: https://github.com/apache/pinot/issues/11901#issuecomment-1787320781 instead of "config a timeout for broker so it won't hold the resources on server side" - the client should be polling --> as soon as the broker receives the first block of d

[I] Streaming query client [pinot]

2023-10-27 Thread via GitHub
xiangfu0 opened a new issue, #11901: URL: https://github.com/apache/pinot/issues/11901 This pops up as a requirement when quickstart join query might generates many rows. It may blow up broker memory as it tries to keep all the rows in memory then return it back. The goal of this PR