Recommendations
Query Pattern
Query patterns are used to group similar queries together and analyze their performance.
await prisma.order.groupBy({ by: ['createdAt'], _sum: { orderItems: { quantity: true } }, orderBy: { createdAt: 'asc' } });
Performance
Metrics
These are your key database performance metrics in the selected time range.
Average total duration
31.98msAVG
33msP50
36.7msP99
36.8msMAX
Queries per second
43.87-1%
vs. prior 7 days
Error rate
0.000%-4%
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.