P
Prisma•4d ago
dinglebop

Accelerate billing

Hi! I'm wondering how Accelerate counts queries for billing purposes. For example if I issue a single Prisma query, e.g. prisma.user.findMany({ include: { comments: true, posts: true }}) which actually issues multiple SQL queries under the hood, is that billed as a single query or one for each underlying SQL query?
2 Replies
Nurul
Nurul•4d ago
Hi @dinglebop 👋 It would be billed as a single query. Prisma Accelerate queries are not counted on the basis of underlying SQL statements 🙂
dinglebop
dinglebopOP•4d ago
got it, thank you!
Want results from more Discord servers?
Add your server