We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Open Source Database Infrastructure with Vitess

Formal Metadata

Title
Open Source Database Infrastructure with Vitess
Title of Series
Number of Parts
637
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
This session reveals four experimental Vitess developments that automate away complex database operations. With these developments Vitess is able to run its own database infrastructure, transparently to the user, and take control of risky and elaborate situations and operations. We will briefly explain the Vitess architecture and how it supports said control, and discuss the following developments: - Throttling: pushback for massive writes. - Table life cycle: safe and lazy DROP TABLE operations. - Online DDL: automating, scheduling and managing online schema migrations. - HA, failovers and cluster healing via vitess/orchestrator (aka vtorc). Vitess is a CNCF open source database clustering system for horizontal scaling of MySQL.