mirror of https://github.com/apache/druid.git
1.4 KiB
1.4 KiB
id | title | sidebar_label |
---|---|---|
index | Data management | Overview |
Apache Druid stores data partitioned by time chunk in immutable files called segments. Data management operations involving replacing, or deleting, these segments include:
- Updates to existing data.
- Deletion of existing data.
- Schema changes for new and existing data.
- Compaction and automatic compaction, which reindex existing data to optimize storage footprint and performance.