vogievetsky opened a new pull request #10909:
URL: https://github.com/apache/druid/pull/10909


   This PR does a number of things outlined below with a high level goal of 
making sys.segments table based views (Datasource, Segments) more performant.
   
   
![image](https://user-images.githubusercontent.com/177816/108568992-fd5d4400-72bf-11eb-98c3-48212f672922.png)
   
   Things done in this PR:
   - Fix issue where Segments view would try to pull in all the segments in 
noSQL mode
   - Improve UX around Segments view in noSQL mode
   - Make it so that the Segments view only queries for the columns that are 
shown, not all of them
   - Make it so that the Datasources view only queries for the columns that are 
shown, not all of them
   - Add UI to force the console into Coordinator mode which avoids SQL APIs
   


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

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