mirror of
https://github.com/apache/druid.git
synced 2025-02-07 18:48:33 +00:00
52313c51ac
Co-authored-by: 317brian <53799971+317brian@users.noreply.github.com>
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.