XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • Not Applicable
    • None
    • None
    • ghx-label-7

    Description

      Profile the performance of fetching rows when result spooling is enabled. There are a few queries that can be used to benchmark the performance:

      time ./bin/impala-shell.sh -B -q "select l_orderkey from tpch_parquet.lineitem" > /dev/null

      time ./bin/impala-shell.sh -B -q "select * from tpch_parquet.orders" > /dev/null

      The first fetches one column and 6,001,215 the second fetches 9 columns and 1,500,000 - so a mix of rows fetched vs. columns fetched.

      The base line for the benchmark should be the commit prior to IMPALA-8780.

      The benchmark should check for both latency and CPU usage (to see if the copy into BufferedTupleStream has a significant overhead).

      Various fetch sizes should be used in the benchmark as well to see if increasing the fetch size for result spooling improves performance (ideally it should) (it would be nice to run some fetches between machines as well as that will better reflect network round trip latencies).

      Attachments

        Activity

          People

            stakiar Sahil Takiar
            stakiar Sahil Takiar
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: