databendlabs/databend

Feature: Optimize explain

Open

#17,660 创建于 2025年3月27日

在 GitHub 查看
 (0 评论) (2 反应) (0 负责人)Rust (880 fork)github user discovery
C-featuregood first issue

仓库指标

Star
 (9,314 star)
PR 合并指标
 (平均合并 4天 18小时) (30 天内合并 99 个 PR)

描述

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

贡献者指南