At what point is a query used up from the 60k
Is one consumed to get it into the cache or is one consumed per retrieval in the code
5 Replies
Hey @DevPanda ๐
Here's a related GitHub Discussion that would answer your question
https://github.com/prisma/prisma/discussions/23942
GitHub
Prisma Accelerate Billing ยท prisma prisma ยท Discussion #23942
Question I might not getting this fully, I have prisma acclerate in placed and does that mean every database query now count towards the Accelerate queries? Even when I am not using the cache funct...
okay, thanks. What happens if I book a package with 1 million queries? Is that until it is empty or for a month?
Let's say if you subscribe to any paid plan (starter, pro or business), then your usage would never be stopped automatically. The free 60,000 queries would still be available on the paid plans, so you won't be charged for the first 60,000 queries.
What happens if I book a package with 1 million queries?There isn't any specific pricing plan in which you can buy a fixed amount of queries. After the initial 60,000 queries, there is pro rated pricing per million queries as seen here: https://www.prisma.io/pricing
okay ty ๐
No worries! ๐