databendlabs/databend

Feature: allow user to query on spilled storage size on system.query_log table

Open

#15.269 geöffnet am 18. Apr. 2024

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (880 Forks)github user discovery
C-featuregood first issue

Repository-Metriken

Stars
 (9.314 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 4T 18h) (99 gemergte PRs in 30 T)

Beschreibung

Summary

Description for this feature. Consider to add two fields bytes_spilled_to_local_storage and bytes_spilled_to_remote_storage to system.query_log table allow user to checkout the number of bytes spilled to local storage and remote storage could help them troubleshooting their query performance issue when query consume too much time.

Ref: https://docs.snowflake.com/en/user-guide/performance-query-warehouse-memory

Contributor Guide