Recommendations
Query Pattern
Query patterns are used to group similar queries together and analyze their performance.
await prisma.product.updateMany({ where: { id: { in: [?] } }, data: { quantity: { decrement: ? } } });
Performance
Metrics
These are your key database performance metrics in the selected time range.
Average total duration
45.39msAVG
34msP50
180.1msP99
184.86msMAX
Queries per second
133.49+1%
vs. prior 7 days
Error rate
0.000%+1%
vs. prior 7 days
Overall status
Regression
vs. prior 7 days
Latencies
The following graph shows the time it takes for prisma queries to complete
Errors
The following graph shows the query failures and successes over time.