Details

    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);
        }
      

      Attachments

        Activity

          People

            bikramjeet.vig Bikramjeet Vig
            tarmstrong Tim Armstrong
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: