Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

Commit

Permalink
docs: upstream
Browse files Browse the repository at this point in the history
  • Loading branch information
planetscale-actions-bot committed Aug 28, 2024
1 parent 61ac835 commit f4d7fb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/concepts/query-insights.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ You can customize the metrics that show up on the Queries list by clicking the "
- **Total time (ms)** — The total time the query has run in milliseconds.
- **`p50` latency** — The `p50` latency for the query in milliseconds. This means that 50% of requests completed faster than the time listed.
- **`p99` latency** — The `p99` latency for the query in milliseconds. This means that 99% of requests completed faster than the time listed.
- **Max latency** — The maximum observed latency for the query in milliseconds.
- **Rows returned** — The total number of rows fetched by a `SELECT` statement. This includes all times the query has run in the displayed time frame.
- **Rows read** — The total number of rows read. This includes all times the query has run in the displayed time frame.
- **Rows read/rows returned** — The result of dividing total rows read by rows returned in a query. A high number can indicate that your database is reading unnecessary rows, and they query may be improved by adding an index.
Expand Down

0 comments on commit f4d7fb7

Please sign in to comment.