30

Vitess: Scaling MySQL Through Distributed Sharding

 5 years ago
source link: https://www.tuicool.com/articles/hit/n636b23
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

Vitess is a sharding and scaling solution for MySQL that can make thousands of databases appear to be a single monolithic database. Vitess is interesting, and promising, in a number of ways. It’s addressing an extremely hard set of problems that’s been tried many times before with mixed results, but evidence points to Vitess succeeding where others have thus far failed.

Vitess solves three fundamental, hard problems for its target user base:

  • Sharding. Sharding is essential for scaling traditional relational databases that weren’t built natively to operate as a distributed cluster of many nodes forming a single database. Every large-scale MySQL deployment—and there are thousands—uses sharding, bar none.
  • Kubernetes deployment. You can’t just run a database like MySQL on Kubernetes without a robust suite of operational tooling for high availability. MySQL just wasn’t built to run on ephemeral machines. Vitess makes it possible to treat a MySQL node as disposable.
  • Guardrails. MySQL, like most databases, is pretty easy for a badly behaved application or user to take down completely. A single runaway query or resource hog can create priority inversions and starve all the useful work. Vitess prevents this.

Vitess can be described as “sharding and HA middleware,” but really it’s a new distributed database that is built on the shoulders of giants. Individual nodes run MySQL and leverage its capabilities as a leaf storage node. The resulting database automatically shards a single application’s data across many nodes, and automatically distributes a single query to run in a scatter-gather pattern in parallel across those nodes too. It is more designed for transactional workloads, than analytics workloads.

Vitess is open source, with backing from PlanetScale. I’ve known the PlanetScale founders for a while, and recently had a chance to catch up on the status and progress, and hear their vision for the future of the product. What they’ve already done is impressive, and what they’re building is compelling.

Vitess is successfully used in production in many prominent high-scale use cases, and its userbase and community are exploding. I’m aware of a lot of companies actively migrating to it or evaluating it. It’s definitely worth looking at if you’re running a custom-sharded platform on MySQL.


About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK