Recommendations

Query Pattern

Query patterns are used to group similar queries together and analyze their performance.

await prisma.order.create({ data: { userId: ?, status: ?, totalAmount: ?, items: { create: [?] } } });

Performance

Metrics

These are your key database performance metrics in the selected time range.

Average total duration
13.81msAVG
15msP50
17.8msP99
18.28msMAX
Queries per second
104.35+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.