tursodatabase/turso

Per-query level cost statistics

Open

#3.136 geöffnet am 15. Sept. 2025

Auf GitHub ansehen
 (0 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Rust (1.001 Forks)github user discovery
enhancementhelp wanted

Repository-Metriken

Stars
 (19.103 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide