This message was deleted.
# troubleshooting
s
This message was deleted.
👀 1
v
Hi Sachidananda, I am the author of that query so I can shed some light on it. The
sys
schema tables are virtual tables that provide a SQL queryable view into Druid's metadata (as cached on the broker). You can read more about them here: https://druid.apache.org/docs/latest/querying/sql-metadata-tables.html . The web console uses these tables extensively (incidentally if you have any more questions about the web console please post them in the #C030K0Z7S1Z channel). You can build your own queries on top of the
sys
tables for whatever monitoring you might want to do. Every web console table that is powered by a sys table provides a way for you to "open the query" in the Query view.
Also as mentioned in this thread: https://apachedruidworkspace.slack.com/archives/C0303FDCZEZ/p1669706871042619 there have been massive improvements in the efficiency of the task table in the 24.0 version of Druid. Really worth upgrading for that one improvement alone!
s
Thanks a lot @Vadim for the insights
are these virtual tables that provide a SQL queryable view are present in memory? in overloard or something? or how does that work
v
Task info comes from the overload but the SQL processing itself is done on the broker
s
can this cause overlord to go down if there are too many tasks? And the ui refresh setting is set at 10 seconds? As i observerd some overlord cpu utilization for overlord went high and leader shifted form one to other while loading tasks page but not sure
v
As I said above you should update to 24.0
s
ok sure @Vadim thanks for the inputs
👍 1