pub async fn retire_partitions(
transaction: &mut Transaction<'_, Postgres>,
view_set_name: &str,
view_instance_id: &str,
begin_insert_time: DateTime<Utc>,
end_insert_time: DateTime<Utc>,
logger: Arc<dyn Logger>,
) -> Result<(), Error>Expand description
Retires partitions from the active set. Overlap is determined by the insert_time of the telemetry.