Skip to content

Commit

Permalink
Merge pull request #1787 from brefphp/update-planetscale
Browse files Browse the repository at this point in the history
Update the PlanetScale docs to remove mentions of the dead free tier
  • Loading branch information
mnapoli committed Apr 13, 2024
2 parents 56709d1 + 155b96d commit 597830c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/environment/database-planetscale.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import { NextSeo } from 'next-seo';
Amongst other features, it offers the following benefits compared to running a database on AWS:

- Simple to set up: no VPC (virtual private network) to set up, no instances to configure.
- Runs [the Vitess clustering system](https://planetscale.com/blog/vitess-for-the-rest-of-us), which offers better scalability and supports a lot more concurrent connections [via built-in connection pooling](https://planetscale.com/blog/one-million-connections).
- Offers a [free database in the Hobby plan](https://planetscale.com/pricing), and paid plans are usage-based.
- Runs [the Vitess clustering system](https://planetscale.com/blog/vitess-for-the-rest-of-us), which offers great scalability and supports a lot more concurrent connections [via built-in connection pooling](https://planetscale.com/blog/one-million-connections).
- Since it does not require a VPC, we do not need to set up and pay [for a NAT Gateway](database.mdx#accessing-the-internet).

One extra feature worth mentioning is [the branching concept](https://planetscale.com/docs/concepts/branching): it enables testing schema changes before deploying them in production without downtime.
Expand Down

0 comments on commit 597830c

Please sign in to comment.