Skip to content

Commit

Permalink
Update content/200-orm/050-overview/500-databases/250-prisma-postgres…
Browse files Browse the repository at this point in the history
….mdx
  • Loading branch information
nikolasburk authored Nov 4, 2024
1 parent ce248f3 commit c5a4ea6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Learn more about the architecture in our [announcement article](https://pris.ly/

Prisma Postgres has a pay-as-you-go pricing model for storage and queries.

Unlike traditional database providers, Prisma Postgres charges for _query volume_, not compute. This is a mental shift compared to other products, but we believe that this ultimately presents a more intuitive model for developers to think about database cost.
In contrast to traditional database providers, Prisma Postgres charges for _query volume_, not compute.

Our goal is that developers need to only think about queries — we'll take care of everything else to make sure those queries can run. Developers shouldn't need to worry about compute, scaling, downtime, etc.

Expand Down

0 comments on commit c5a4ea6

Please sign in to comment.