Three carried-forward items that rerunnable bootstrap scripts and resumable ETL need.
ensureCollection, plus the enriched CollectionInfo read-back that makes a correctness check possible (was M18).
order_by on scroll, which gives "read many" the deterministic ordering it needs to resume (was M14).
batchUpdate, a single ordered request applying a mixed sequence of point, vector and payload operations. It is ordered but not transactional, so there is no all-or-nothing rollback across operations (was M17).
Source: ROADMAP.md, Tier 6.
Three carried-forward items that rerunnable bootstrap scripts and resumable ETL need.
ensureCollection, plus the enrichedCollectionInforead-back that makes a correctness check possible (was M18).order_byonscroll, which gives "read many" the deterministic ordering it needs to resume (was M14).batchUpdate, a single ordered request applying a mixed sequence of point, vector and payload operations. It is ordered but not transactional, so there is no all-or-nothing rollback across operations (was M17).Source:
ROADMAP.md, Tier 6.