Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
ghx-label-6
Description
Some operators have bogus memory estimates that are probably way too high. We should adjust them to be a little more realistic.
E.g. in HBaseScanNode:
@Override public void computeNodeResourceProfile(TQueryOptions queryOptions) { // TODO: What's a good estimate of memory consumption? nodeResourceProfile_ = ResourceProfile.noReservation(1024L * 1024L * 1024L); }