cockroachdb/cockroach

stmtbundle: add recent schema changes and descriptor JSON

クローズ

#170,491 opened on 2026/05/18

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)Go (4,124 件のフォーク)batch import
A-sql-debug-bundleC-enhancementE-starterT-sql-queriesgood first issue

Repository metrics

Stars
 (32,150 個のスター)
PR merge metrics
 (平均マージ 5d 4h) (30d で 26 merged PRs)

説明

When investigating optimizer bugs, In order to rule out schema changes and other interactions with descriptor state, we should consider adding two things to statement diagnostics bundles:

  1. a list of all known schema changes for each schema object used by the statement
  2. the pretty-printed descriptor JSON for the descriptor of each schema object used by the statement

Jira issue: CRDB-64033

コントリビューターガイド