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.

貢獻者指南