tursodatabase/turso

Per-query level cost statistics

Open

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

在 GitHub 查看
 (0 评论) (1 反应) (0 负责人)Rust (1,001 fork)github user discovery
enhancementhelp wanted

仓库指标

Star
 (19,103 star)
PR 合并指标
 (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.

贡献者指南