P

PlanetScale Changelog

P
PlanetScale Changelog Database

Manage dedicated PgBouncers with Terraform

The PlanetScale Terraform provider v1.5.0 adds planetscale_postgres_bouncer, a Postgres-only resource for managing dedicated PgBouncers. You can set the bouncer's size, target (primary, replica, or replica_az_affinity), replica count, and PgBouncer parameter overrides, and Terraform will detect drift if any of those change outside your configuration.

P
PlanetScale Changelog Database

Graph any available query metric in Insights

Query Insights pages now include a new graph tab that lets you plot a time series of any of the available query metrics. Pick a metric from the tab's dropdown — total, CPU, and I/O time, rows read and returned, block cache hit ratio, bytes returned, and more — and see it as a full-size graph over the selected time range.

P
PlanetScale Changelog Database

i8ge Metal instances are now available

We have added a new instance class for Postgres Metal databases: i8ge. These are our most storage-dense Metal instances yet, pairing each size with a much larger locally-attached NVMe drive: from 1.25 TB on an M-160 all the way up to 60 TB on an M-7680.

P
PlanetScale Changelog Database

Vindex usage in Query Insights for Vitess databases

Query Insights now shows how your queries use vindexes on sharded Vitessdatabases. For each query, you can see the percentage of traffic that usedrelevant vindexes, as well as a graph of the vindexes used over time. This makesit easy to spot queries that aren't taking advantage of indexes and identify theimpact of index modifications on query performance.

P
PlanetScale Changelog Database

Enhanced tagging in Vitess Query Insights

Query Insights now supports tag-based filtering and navigation for Vitess databases. Use built-in query metadata or flexible SQLCommenter tags to understand which applications, routes, jobs, or other workloads are behind your query patterns.