trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.37k stars 2.98k forks source link

Display dynamic filters information in UI #5519

Open sopel39 opened 4 years ago

sopel39 commented 4 years ago

Query stats JSON now contains some useful information about DF (e.g total number of filters, total lazy filters, collection wall time, etc.). Such information could be displayed in Presto UI (in query detail page or in live plan).

rafatmunshi commented 3 years ago

Hi, Where do we find the full JSON body? I suppose the new information can be added to be displayed in the QueryDetail component. Would that be fine?

sopel39 commented 3 years ago

It's available here: io.prestosql.execution.QueryStats#dynamicFiltersStats

I suppose the new information can be added to be displayed in the QueryDetail component. Would that be fine?

Yes, that's fine

rayauf commented 3 years ago

Hi, is anyone still working on this? I would like to tackle it.

sopel39 commented 3 years ago

Sure, go ahead

OLMS99 commented 3 years ago

@sopel39 Hey there! Is the issue still open? Can I help? If I can, then which files should I focus on?

sopel39 commented 3 years ago

@OLMS99 take a look at UI files in core/trino-main/src/main/resources/webapp