suneet-s commented on a change in pull request #11548:
URL: https://github.com/apache/druid/pull/11548#discussion_r685257815
##########
File path: docs/operations/api-reference.md
##########
@@ -927,6 +935,11 @@ Returns segment information lists including server
locations for the given query
#### GET
+> Note: Much of this information is available in a simpler, easier-to-use form
through the Druid SQL
+> [`INFORMATION_SCHEMA.TABLES`](../querying/sql.md#tables-table),
+> [`INFORMATION_SCHEMA.COLUMNS`](../querying/sql.md#columns-table), and
+> [`sys.segments`](../querying/sql.md#segments-table) tables.
Review comment:
nit: Is there a reason why one would choose these APIs over what's
available via Druid SQL or vice versa.
--
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]