惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

MyScale Blog
MyScale Blog
博客园 - 司徒正美
A
About on SuperTechFans
Vercel News
Vercel News
H
Hackread – Cybersecurity News, Data Breaches, AI and More
爱范儿
爱范儿
I
InfoQ
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
博客园_首页
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
F
Fortinet All Blogs
S
SegmentFault 最新的问题
阮一峰的网络日志
阮一峰的网络日志
D
Docker
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
G
Google Developers Blog
Stack Overflow Blog
Stack Overflow Blog
M
MIT News - Artificial intelligence
Jina AI
Jina AI
H
Help Net Security
量子位
IT之家
IT之家

Blog — PlanetScale

Keeping a Postgres queue healthy — PlanetScale Patterns for Postgres Traffic Control — PlanetScale Graceful degradation in Postgres — PlanetScale High memory usage in Postgres is good, actually — PlanetScale Stripe Projects partnership: Provision PlanetScale Postgres and MySQL databases from the Stripe CLI — PlanetScale Enhanced tagging in Postgres Query Insights — PlanetScale Behind the scenes: How Database Traffic Control works — PlanetScale Introducing Database Traffic Control — PlanetScale Scaling Postgres connections with PgBouncer — PlanetScale Drizzle joins PlanetScale — PlanetScale Video Conferencing with Postgres — PlanetScale Faster PlanetScale Postgres connections with Cloudflare Hyperdrive — PlanetScale Introducing the PlanetScale MCP server — PlanetScale Database Transactions — PlanetScale Automating our changelog with Cursor commands — PlanetScale Postgres 18 is now available — PlanetScale Using MotherDuck with PlanetScale — PlanetScale $50 PlanetScale Metal is GA for Postgres — PlanetScale AI-Powered Postgres index suggestions — PlanetScale $5 PlanetScale is live — PlanetScale $50 PlanetScale Metal — PlanetScale Report on our investigation of the 2025-10-20 incident in AWS us-east-1 — PlanetScale $5 PlanetScale — PlanetScale Benchmarking Postgres 17 vs 18 — PlanetScale Larger than RAM Vector Indexes for Relational Databases — PlanetScale Partnering with Cloudflare to bring you the fastest globally distributed applications — PlanetScale Processes and Threads — PlanetScale PlanetScale for Postgres is now GA — PlanetScale Postgres High Availability with CDC — PlanetScale Announcing Neki — PlanetScale
Announcing Vitess 23 — PlanetScale
Vitess Engineering Team · 2025-11-04 · via Blog — PlanetScale

Blog|Vitess

Vitess Engineering Team |

We’re excited to release Vitess 23.0.0 — the latest major version of Vitess — bringing new defaults, better operational tooling, and refined metrics. This release builds on the strong foundation of version 22 and is designed to make deployment and observability smoother, while continuing to scale MySQL workloads horizontally with confidence.


Why this release matters

For production users of Vitess, this release is meaningful in several ways:

  • Upgrading defaults: Moving to MySQL 8.4 as default future-proofs deployments and signals forward compatibility.
  • Better metrics: The added observability enables deeper insights into transaction routing, shard behavior, and recovery actions — making debugging and alerting more precise.
  • Clean-ups & deprecations: Removing legacy metrics and APIs simplifies monitoring and avoids confusion.
  • Operational strength: Enhanced VTOrc and topology controls reduce risk in large-scale fleets and tighten security boundaries.

What’s new in Vitess 23

Here are some of the standout changes you should know about:

New default versions

  • The default MySQL version for the vitess/lite:latest image has been bumped from 8.0.40 to 8.4.6. → PR #18569
  • VTGate now advertises MySQL version 8.4.6 by default (instead of 8.0.40). If your backend uses a different version, set the mysql_server_version flag accordingly. → PR #18568
  • Important upgrade detail for operator users: When upgrading from MySQL 8.0 → 8.4 with the Vitess Operator, you must:
    1. Add innodb_fast_shutdown=0 to your extra .cnf in the YAML.
    2. Apply the file and wait until all pods are healthy.
    3. Switch the image to vitess/lite:v23.0.0.
    4. Remove innodb_fast_shutdown=0 and re-apply. This is only required once when crossing 8.0 → 8.4. See the official release notes.

New and improved metrics

  • VTGate: new metric TransactionsProcessed (dimensions: Shard, Type) counting transactions processed at VTGate by shard and transaction type. → PR #18408
  • VTOrc: new metric SkippedRecoveries (dimensions: RecoveryName, Keyspace, Shard, Reason) tracking how many recoveries were skipped and why. → PR #18405

These improvements strengthen observability and help operators track system behavior with finer granularity.

Deprecations and removals

  • VTOrc metric rename: DiscoverInstanceTimingsDiscoveryInstanceTimings. → PR #18406
  • Removed deprecated VTGate metrics: QueriesProcessed, QueriesRouted, QueriesProcessedByTable, QueriesRoutedByTable. → PR #17727
  • Removed VTOrc API endpoint: /api/aggregated-discovery-metrics. → PR #18407

Topology & VTOrc enhancements

  • The --consul_auth_static_file flag now requires at least one credential in the provided JSON. → PR #18409
  • VTOrc now supports dynamic control of EmergencyReparentShard-based recoveries.PR #18410 These changes improve operational safety and resilience for cluster management.

VTTablet and CLI / Docker updates

  • Managed MySQL configuration now defaults to caching-sha2-password. → PR #18403
  • MySQL timezone environment propagation improved. → PR #18404
  • gRPC tabletmanager client error behaviors clarified. → PR #18402
  • Docker image workflows and flags updated for consistency. → PR #18411

Upgrade notes

  • Review custom dashboards: if you relied on removed metrics, update them to new ones (TransactionsProcessed, etc.).
  • Operator users upgrading 8.0 → 8.4: follow the four-step sequence.
  • If you override mysql_server_version in VTGate, ensure it matches your backend MySQL version.
  • Test changes involving reparenting, recovery, or Consul integration in staging first.

What’s next

We continue to evolve Vitess toward:

  • Deeper MySQL 8.4 compatibility.
  • Expanded observability across VReplication, MoveTables, and Resharding.
  • Ongoing Operator improvements for reliability and clarity.

Thanks and acknowledgements

This release was made possible by dozens of contributors from the Vitess community and the PlanetScale team. Thank you for filing bugs, testing RCs, and helping keep Vitess robust and scalable.

Let’s keep scaling.

“Scale beyond single MySQL instances — without giving up SQL semantics.”

– The Vitess Team


To explore every detail, see the 👉 Full Release Notes for Vitess 23.0.0