Tag

metadata table

0 views collected around this technical thread.

Lobster Programming
Lobster Programming
Jun 9, 2025 · Databases

How to Add a Column to Billion‑Row Tables Without Downtime

This article explains a metadata‑driven approach for extending massive tables—using a separate extension table, sharding, and Elasticsearch sync—to add new fields to billion‑row databases without locking the primary table or disrupting online services.

Big DataElasticsearchSharding
0 likes · 6 min read
How to Add a Column to Billion‑Row Tables Without Downtime