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

推荐订阅源

The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
The Cloudflare Blog
G
Google Developers Blog
博客园_首页
Martin Fowler
Martin Fowler
Apple Machine Learning Research
Apple Machine Learning Research
L
LangChain Blog
D
Docker
C
Check Point Blog
T
Tailwind CSS Blog
博客园 - 司徒正美
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Hugging Face - Blog
Hugging Face - Blog
Microsoft Security Blog
Microsoft Security Blog
V
V2EX
博客园 - 叶小钗
T
The Blog of Author Tim Ferriss
酷 壳 – CoolShell
酷 壳 – CoolShell
IT之家
IT之家
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
博客园 - 【当耐特】
GbyAI
GbyAI

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 Announcing Vitess 23 — 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 Vitess 8.0 — PlanetScale
Alkin Tezuysal · 2020-10-28 · via Blog — PlanetScale

Alkin Tezuysal |

On behalf of the Vitess maintainers team, I am pleased to announce the general availability of Vitess 8.

Major Themes

In this release, we have continued to make important improvements to the Vitess project with over 200 PRs in several areas. Some of the major bug fixes and changes in behaviors are documented in the Release Notes. Please read them carefully and report any issues via GitHub. We would like to highlight the following themes for this release.

Compatibility (MySQL, frameworks)

We've continued our ongoing work to ensure that Vitess accepts all queries that MySQL accepts. In particular, work has focused on SET and information_schema queries. Reserved connections are still not enabled by default, and you might need to enable them to ensure all queries and frameworks are well supported.

We are proud to announce that we have initial support for:

PHP

  • WordPress

  • Mysqli

  • JavaScript

    • TypeORM
    • Sequelize
  • Python

    • Django
    • PyMySQL
    • SQLAlchemy
  • Ruby

    • Rails/ActiveRecord
  • Java

    • JDBC
    • Hibernate
  • Rust

    • MySQL
    • mysql_async
    • SQLx
  • Tooling

    • MySQL Workbench
    • Mycli

Migration

Performance and error metrics and improved logging related to VReplication workflows have been added for more visibility into operational issues. Additional vtctld commands VExec and Workflow allow easier inspection and manipulation of VReplication streams.

The VStream API was enhanced to provide more information for integration with change data capture platforms: the Debezium Vitess adapter uses this capability.

We have incorporated several small feature enhancements and bug fixes based on the increased traction that VReplication has seen both among early adopters and large production setups.

Usability

Ease of use and accessibility are very important for the Vitess community. Usability improvements were another highlight received from the community.

Innovation

We continue to add integration of popular open-source tools and utilities on top of Vitess's dynamic framework. There are a few of these in this release we would like to highlight:

  • VTorc: Integration of Orchestrator has continued and finally became part of Vitess. This proven open-source tool, which has been the de facto solution for MySQL failover mechanisms, is now built into Vitess. Support is experimental in 8.0, and we will continue to harden it in future releases.
  • Online Schema Changes: Understanding the ALTER TABLE problem and coming up with a solution using proven tools was our goal for this release. We're able to integrate both pt-online-schema-change and gh-ost to overcome major limitations for schema migrations.

There is a shortlist of incompatible changes in this release. We encourage you to spend a moment reading the release notes.

Please download Vitess 8 and try it out!