databendlabs/databend

Feature: Optimize explain

Open

#17,660 opened on Mar 27, 2025

View on GitHub
 (0 comments) (2 reactions) (0 assignees)Rust (880 forks)github user discovery
C-featuregood first issue

Repository metrics

Stars
 (9,314 stars)
PR merge metrics
 (Avg merge 4d 18h) (99 merged PRs in 30d)

Description

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