Home / Companies / Tinybird / Blog / Post Details
Content Deep Dive

Smarter deployments in Tinybird: faster schema changes for the most common operations

Blog post from Tinybird

Post Details
Company
Date Published
Author
Jordi Orihuela
Word Count
1,972
Company Posts That Month
34
Language
English
Hacker News Points
-
Post removed?
No
Summary

Tinybird has improved its deployment process by introducing ALTER TABLE support for schema changes on ClickHouse® tables, significantly speeding up deployment times by applying more efficient operations instead of full table rebuilds. Previously, any change such as adding a column or modifying a TTL required creating a new table, backfilling data, and swapping tables, which was slow for large tables with streaming ingestion. The new process classifies changes into four categories: NoChange, MetadataOnly, AlterOperation, and Schema, where only AlterOperations use ALTER TABLE to make changes without data movement or backfill, reducing deployment time from minutes to seconds for large tables. However, more complex changes still require the original, full rebuild process. The system also includes safety checks to ensure no data loss or query disruptions occur during deployments, and it generates rollback queries for any ALTER operations, maintaining the reliability and efficiency of database management.

Trends Found in this Post
Trend Post Mentions Total Month Mentions Posts Companies MoM
Real-time 2 6,457 1,307 242 +28%
Observability 1 3,204 716 172 +14%
Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.