Tag

lease mechanism

0 views collected around this technical thread.

JD Retail Technology
JD Retail Technology
Aug 16, 2019 · Databases

Online Schema Change in Distributed Databases: Insights from Google F1 and CB‑SQL

The article explains how distributed databases can perform online, asynchronous schema changes without blocking reads or writes by using lease‑based coordination, intermediate delete‑only and write‑only states, and a multi‑step algorithm inspired by Google F1 and implemented in CB‑SQL.

CB-SQLDistributed DatabasesGoogle F1
0 likes · 11 min read
Online Schema Change in Distributed Databases: Insights from Google F1 and CB‑SQL