-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
200
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Currently we allocate a new MaterializedRow for probeKey and one for probe Project and a new InMemoryJoinCursor for every probe. We should reuse these structures across probe calls to reduce extra allocation/deallocation costs.