-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Query Execution
-
None
-
3
-
TBD
-
None
-
None
-
None
-
None
-
None
-
None
-
None
UpdateStage tracks unique records using std::unique_ptr<stdx::unordered_set<RecordId, RecordId::Hasher>>. The stdx::unordered_set<RecordId, RecordId::Hasher> should be replaced with RecordIdDeduplicator and spilled if the memory limit is exceeded.
UpsertStage will use the spilling method implemented for UpdateStage. It will only need separate tests.