Sabitlenmiş Tweet

GreptimeDB v1.1: you no longer have to lock in a table's partition layout when you create it.
Before, only tables created with PARTITION ON COLUMNS could be resharded. Now you can take an existing single-Region table and split it online:
ALTER TABLE sensor_readings PARTITION ON COLUMNS (device_id, area) (...)
Repartition as data grows, instead of guessing up front.
Full blog in detail: greptime.com/blogs/2026-06-…

English












