databendlabs/databend

Feature: Optimize explain

Open

#17.660 aberto em 27 de mar. de 2025

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

Métricas do repositório

Stars
 (9.314 stars)
Métricas de merge de PR
 (Mesclagem média 4d 18h) (99 fundiu PRs em 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

Guia do colaborador