Expand description
Sequential pipeline that populates the
schema::object_by_owner
index.
Like the other live-set-bounded indexes, the pipeline reads the
checkpoint as a diff: inputs emit a
Delete keyed by the prior (kind, owner, type, balance, id), outputs emit a Put keyed by the posterior
(kind, owner, type, balance, id). For an object that was
merely modified the two rows land at the same key only if the
key components didn’t change; otherwise the index correctly
moves the row from the old key to the new one.
Structs§
- Object
ByOwner - Pipeline marker for
object_by_owner.