databendlabs/databend

Feature: Optimize explain

Open

#17.660 geöffnet am 27. März 2025

Auf GitHub ansehen
 (0 Kommentare) (2 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

There are a number of things that can be optimized about explain, such as

  • There is no way to see the datatype of an expression.
  • #17861
  • The window function of Sort in explain (LOGICAL) is not formatted.
  • update does not show children in explain (LOGICAL)
  • #17608
  • #17657

Contributor Guide