+24
ufos/src/lib.rs
+24
ufos/src/lib.rs
···
+1
-24
ufos/src/main.rs
+1
-24
ufos/src/main.rs
······let nice_dt_two_maybes = |earlier: Option<Cursor>, later: Option<Cursor>| match (earlier, later)
+21
-14
ufos/src/storage_fjall.rs
+21
-14
ufos/src/storage_fjall.rs
············+// backfill condition here is iffy -- longer is good when doing the main ingest and then collection trims+// the best setting for non-backfill is non-obvious.. it can be pretty slow and still be fine+// backfill condition again iffy. collection trims should probably happen in their own phase.···