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

Formale Metadaten

Titel
Open Source Database Infrastructure with Vitess
Serientitel
Anzahl der Teile
637
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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.