PrismaP
Prisma14mo ago
3 replies
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?
Was this page helpful?