jayeshchoudhary commented on issue #11370:
URL: https://github.com/apache/pinot/issues/11370#issuecomment-1695218777

   Agree with @jadami10, the issue is that we are calling so many parallel API 
calls. A proper solution will be to implement pagination on the UI side.
   And the quick solution will be what @jadami10 is suggesting, although I 
couldn't find the solution he is suggesting 
   
   @jadami10 are you referring to 
[this](https://traveling-coderman.net/code/node-architecture/connection-pooling/)?
   another approach is to use[ axios intercepts 
](https://medium.com/@matthew_1129/axios-js-maximum-concurrent-requests-b15045eb69d0#:~:text=On%20the%20first%20few%20lines,slots%20in%20the%20request%20queue.)
 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to