gianm opened a new pull request #11550:
URL: https://github.com/apache/druid/pull/11550


   is_active is short for:
   
   ```
   (is_published = 1 AND is_overshadowed = 0) OR is_realtime = 1
   ```
   
   It's important because this represents "all the segments that should
   be queryable, whether or not they actually are right now". Most of the
   time, this is the set of segments that people will want to look at.
   
   The web console already adds this filter to a lot of its queries,
   proving its usefulness.
   
   This patch also reworks the caveat at the bottom of the sys.segments
   section, so its information is mixed into the description of each result
   field. This should make it more likely for people to see the information.


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