vignesh-manel opened a new issue, #191:
URL: https://github.com/apache/polaris-tools/issues/191

   ##Context
   
   The search feature https://github.com/apache/polaris-tools/pull/187 fetches 
all catalogs, namespaces, tables, and views client-side when the search dialog 
opens. The fetch strategy fans out to one request per namespace for tables and 
views:
      
        1 request per catalog   → namespaces
        1 request per namespace → tables   ← fan-out
        1 request per namespace → views    ← fan-out
      
   In a deployment with many catalogs  this results in several parallel HTTP 
requests on first open.
   
    ## Problem
   
      - First open can be noticeably slow in large deployments
      - Causes a request spike on the Polaris server
      
   ## Proposed solution
      
      - Implement a concurrency cap or pagination
   
   
   
   
   
   


-- 
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]

Reply via email to