tursodatabase/turso

Per-query level cost statistics

Open

#3136 aperta il 15 set 2025

Vedi su GitHub
 (0 commenti) (1 reazione) (0 assegnatari)Rust (1001 fork)github user discovery
enhancementhelp wanted

Metriche repository

Star
 (19.103 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor