Delete the data file if it has no valid data
未关闭
Easy-Fixed
Module - Storage Engine
- 主要语言
- Java
- 星标
- 6.4k
- 派生
- 1.2k
- 平均合并
- 1 天 23 小时
- 30 天内合并 PR
- 115
描述
Currently, when we execute "delete from root.sg.* where time < T", we write modifications besides the deleted TsFile.
It's better to delete the file that does not have valid data.
贡献指南
调研方向
首先跟踪 `delete from root.sg.* where time < T` 如何处理受影响的 TsFile 并写入修改记录。确定系统如何识别文件不包含有效数据,然后验证此类文件会被删除,而不是带着修改记录保留。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- databases
- Issue 类型
- 功能
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 35/100