fdb-record-layer
fdb-record-layer copied to clipboard
Support non-idempotent target indexes while indexing by index
To support this, we'll probably need:
- Have a way to online index cumulative indexes in SNAPSHOT resolution (https://github.com/FoundationDB/fdb-record-layer/issues/1429)
- Allow a range to be defined by the source index keys (instead of the record's)
With the combination of these two, a write only index can be defined with this special mode of maintaining the target index iff the generated source index is within an "already built" range.