Gian Merlino 65a1375b67
SQL: Add is_active to sys.segments, update examples and docs. (#11550)
* SQL: Add is_active to sys.segments, update examples and docs.

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.

* Wording updates.

* Adjustments for spellcheck.

* Adjust IT.
2022-05-19 14:23:28 -07:00
..
2022-04-18 17:00:21 +08:00
2022-05-17 16:56:31 -07:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-05-17 16:56:31 -07:00
2022-02-11 14:43:30 -08:00
2022-05-17 16:56:31 -07:00
2022-02-11 14:43:30 -08:00
2022-02-11 14:43:30 -08:00
2022-04-18 17:00:21 +08:00
2022-02-11 14:43:30 -08:00