-
Type: Improvement
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication, Storage
-
None
-
Minor Change
This is an internal feature that storage engines can opt into. If they support storing arbitrary keys as the loc in an insert, they can use the "ts" field from oplog entries (using the provided methods to extract the key). This allows replication to ask the storage engine where to look when a secondary tries to fetch oplog entries using a query like {ts: {$gt: OpTime(123, 445)}}.