Shiva Jahangiri has posted comments on this change. Change subject: [ASTERIXDB-2263][RT] Use Plan Stages To Estimate Resources ......................................................................
Patch Set 3: (1 comment) https://asterix-gerrit.ics.uci.edu/#/c/2299/3/asterixdb/asterix-app/src/main/java/org/apache/asterix/app/resource/PlanStagesGenerator.java File asterixdb/asterix-app/src/main/java/org/apache/asterix/app/resource/PlanStagesGenerator.java: PS3, Line 346: case ORDER: Based on the discussion that I had with Mike and my own tests, Replicate operator makes a new stage but does not have any memory.It also has one input and multiple outputs.As a such, I think in here we can have a case for replicate too, which adds it to the pendingBlockingOperators but no changes in memory calculation is needed as it does not need any memory. -- To view, visit https://asterix-gerrit.ics.uci.edu/2299 To unsubscribe, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ic715c5733621e27049677f44e1ddaa0dd2c71baf Gerrit-PatchSet: 3 Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Owner: [email protected] Gerrit-Reviewer: Anon. E. Moose #1000171 Gerrit-Reviewer: Jenkins <[email protected]> Gerrit-Reviewer: Murtadha Hubail <[email protected]> Gerrit-Reviewer: Shiva Jahangiri <[email protected]> Gerrit-HasComments: Yes
