https://planetscale.com
Discord: http://discord.gg/pDUGAAFEJx
Status: http://planetscalestatus.com
Nick Van Wiggeren spoke at P99 CONF about how PlanetScale operates massive, high-performance Vitess databases.
Nick Van Wiggeren spoke at P99 CONF about how PlanetScale operates massive, high-performance Vitess databases.
Indexes are crucial for database performance, and these recommendations help ensure your queries are executing optimally.
Read about how we built this:
planetscale.com/blog/postgre...
Indexes are crucial for database performance, and these recommendations help ensure your queries are executing optimally.
Read about how we built this:
planetscale.com/blog/postgre...
Our very own Chris Sinjakli spoke at SREcon about how this works and the many engineering challenges it presents.
Watch on YouTube:
www.youtube.com/watch?v=bFGN...
Our very own Chris Sinjakli spoke at SREcon about how this works and the many engineering challenges it presents.
Watch on YouTube:
www.youtube.com/watch?v=bFGN...
This gives you a connection pool that evenly distributes connections across your available replicas, making it simple to scale out read-only traffic.
This gives you a connection pool that evenly distributes connections across your available replicas, making it simple to scale out read-only traffic.
Then on Wednesday, join us at the PlanetScale x @depot.dev Speakeasy Happy Hour for food, drinks, and networking.
luma.com/wvs2py2m
Then on Wednesday, join us at the PlanetScale x @depot.dev Speakeasy Happy Hour for food, drinks, and networking.
luma.com/wvs2py2m
Learn more in the docs: planetscale.com/docs/postgre...
Learn more in the docs: planetscale.com/docs/postgre...
planetscale.com/changelog/po...
planetscale.com/changelog/po...
planetscale.com/blog/50-doll...
planetscale.com/blog/50-doll...
Results: “We successfully moved 750GB of production data from Postgres to PlanetScale—with zero downtime,” says , founder of Whop.
evilmartians.com/chronicles/m...
Results: “We successfully moved 750GB of production data from Postgres to PlanetScale—with zero downtime,” says , founder of Whop.
evilmartians.com/chronicles/m...
This Thursday, Goblins CTO Alp Karavil will share how he built a reliable and scalable AI math tutoring system using DBOS durable workflow orchestration with PlanetScale Postgres.
Register now:
luma.com/vgcn4847
This Thursday, Goblins CTO Alp Karavil will share how he built a reliable and scalable AI math tutoring system using DBOS durable workflow orchestration with PlanetScale Postgres.
Register now:
luma.com/vgcn4847
planetscale.com/blog/the-pri...
planetscale.com/blog/the-pri...
This make for a blazing fast database while staying close to your other infrastructure.
This make for a blazing fast database while staying close to your other infrastructure.
These reveal block-level read and write behavior, helping you better understand the effect of the shared buffer cache on your query performance.
Read more: planetscale.com/changelog/po...
These reveal block-level read and write behavior, helping you better understand the effect of the shared buffer cache on your query performance.
Read more: planetscale.com/changelog/po...
There's a few surprising results, but overall Postgres 18 has some nice improvements.
Read all about it at the link below.
There's a few surprising results, but overall Postgres 18 has some nice improvements.
Read all about it at the link below.
How does read performance compare between the two? What is the best server configuration to maximize performance?
Check out our latest blog for detailed benchmarks.
How does read performance compare between the two? What is the best server configuration to maximize performance?
Check out our latest blog for detailed benchmarks.
You can now create Postgres and Vitess databases in the europe-west1 region in GCP (Belgium).
You can now create Postgres and Vitess databases in the europe-west1 region in GCP (Belgium).
In short, random UUIDs can negatively impact database performance with page splits, 4-9x storage overhead, and slower inserts. Use v7 or consider alternatives like BIGINT or NanoIDs.
planetscale.com/blog/the-pro...
In short, random UUIDs can negatively impact database performance with page splits, 4-9x storage overhead, and slower inserts. Use v7 or consider alternatives like BIGINT or NanoIDs.
planetscale.com/blog/the-pro...
- Remove redundant indexes
- Prevent primary key ID exhaustion
- Drop unused tables and indexes
- Rebuild bloated tables and indexes
- Remove redundant indexes
- Prevent primary key ID exhaustion
- Drop unused tables and indexes
- Rebuild bloated tables and indexes
We've published a deep-dive on how we built this for MySQL in a way that is scalable, performant, and ACID-compliant.
We've published a deep-dive on how we built this for MySQL in a way that is scalable, performant, and ACID-compliant.