tursodatabase/turso

Per-query level cost statistics

开放

#3,136 创建于 2025年9月15日

 (0 条评论) (1 个反应) (0 位负责人)Rust (1,001 个派生)github user discovery
enhancementhelp wanted

仓库指标

星标
 (19,103 个星标)
PR 合并指标
 (平均合并 2天 11小时) (30 天内合并 147 个 PR)

描述

When you're debugging a SQL query, it's extremely useful to have per-query level cost statistics, such as:

  • Duration
  • Rows processed
  • I/O throughput (MB/s)
  • Indexes used

The idea is that people can see the actual cost of a query as they execute it.

贡献者指南