You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a discrepancy between the execution time shown in the Hue editor and the execution time displayed in the Trino dashboard. The execution time reported by Hue is significantly lower than the actual execution time recorded in Trino.
Steps to Reproduce
Run a query in the Hue editor (e.g., SELECT * FROM hive_example;).
Observe the execution time displayed in the Hue editor.
Check the same query's execution time in the Trino dashboard.
Compare the two execution times.
Expected Behavior
The execution time shown in the Hue editor should match the execution time recorded in the Trino dashboard.
Actual Behavior
The execution time in the Hue editor is much lower than the execution time in the Trino dashboard. For example:
Hue editor shows: 1.18 seconds
Trino dashboard shows: 2.13 seconds
Additionally, as the volume and complexity of the query increases, the difference between the two execution times also increases.
Screenshots
Hue Editor Execution Time:
Trino Dashboard Execution Time:
Environment
Hue Version: [4.11.0]
Trino Version: [Trino CLI 468]
Additional Context
This issue occurs consistently across different queries.
The discrepancy makes it difficult to accurately measure query performance using Hue.
Possible Causes
Hue might not be accounting for the time taken to fetch and render the results.
There could be a mismatch in how Hue and Trino calculate execution time.
Suggested Fix
Update Hue to accurately reflect the execution time recorded by Trino.
Include additional metrics (e.g., fetch time, render time) in the Hue editor.
Could you please investigate and address this issue? Accurate execution time reporting is critical for performance monitoring and optimization.
Thank you for your attention and support!
Steps To Reproduce
hue.ini
[notebook][[interpreters]]
[[[presto]]]
name = Trino
interface=sqlalchemy
options='{"url": "trino://localhost:8080/hive/default"}'### Logs
_No response_
### Hue version
4.11.0
The text was updated successfully, but these errors were encountered:
aliraee
added
the
BUG
Issue type for reporting failure due to bug in functionality
label
Jan 12, 2025
aliraee
changed the title
Issue: Execution Time Discrepancy Between Hue Editor and Trino Dashboard
Execution Time Discrepancy Between Hue Editor and Trino Dashboard
Jan 12, 2025
Is there an existing issue for this?
Description
There is a discrepancy between the execution time shown in the Hue editor and the execution time displayed in the Trino dashboard. The execution time reported by Hue is significantly lower than the actual execution time recorded in Trino.
Steps to Reproduce
SELECT * FROM hive_example;
).Expected Behavior
The execution time shown in the Hue editor should match the execution time recorded in the Trino dashboard.
Actual Behavior
The execution time in the Hue editor is much lower than the execution time in the Trino dashboard. For example:
Additionally, as the volume and complexity of the query increases, the difference between the two execution times also increases.
Screenshots
Hue Editor Execution Time:
Trino Dashboard Execution Time:
Environment
Additional Context
Possible Causes
Suggested Fix
Could you please investigate and address this issue? Accurate execution time reporting is critical for performance monitoring and optimization.
Thank you for your attention and support!
Steps To Reproduce
hue.ini
The text was updated successfully, but these errors were encountered: