c4a2641764
The "time closed" is a leftover from an old lifecycle system, where chunks moved through the system (open=>closed=>persisted) without being merged. Now we have the compaction as well as the split query for persistence that can merge chunks, so a single "time closed" doesn't make sense any longer. So in fact it is `None` for many chunks and is also not persisted. Also the current lifecycle policy doesn't use this value. So let's just remove it. Closes #1846. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
README.md
Data Types
This crate contains types that are designed for external consumption (in influxdb_iox_client
and other "client" facing uses).
Client facing in this case means exposed via management API or CLI and where changing the structs may require additional coordination / organization with clients.