Engineeringhelp wantedrefactor
仓库指标
- 星标
- (104 个星标)
- PR 合并指标
- (平均合并 63天 20小时) (30 天内合并 11 个 PR)
描述
Metadata updates are starting to be a real drag. If we refactor to update the metadata when new rows are inserted, we won't have to scan the entire database to figure out what changed.
Bonus: we won't need to do any wip computations at all, since the flag value is already known from the name of the CSV file.