databendlabs/databend

Feature: Optimize explain

Open

#17 660 ouverte le 27 mars 2025

Voir sur GitHub
 (0 commentaires) (2 réactions) (0 assignés)Rust (880 forks)github user discovery
C-featuregood first issue

Métriques du dépôt

Stars
 (9 314 stars)
Métriques de merge PR
 (Merge moyen 4j 18h) (99 PRs mergées en 30 j)

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

Guide contributeur