Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-12427

HiveServer2: Improve HiveServer2 JDBC/ODBC ResultSet performance - part1

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • HiveServer2, JDBC, ODBC
    • None

    Description

      The current implementation does a lot of CPU intensive work in HiveServer2. It deserializes the temporary results written to disk and also serializes the results into thrift objects in HS2. This adds to the latency of fetching results via HS2. Doing that work in the task nodes would get that work done in parallel and scale it, thereby reducing the time it takes to retrieve large results.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              vgumashta Vaibhav Gumashta
              Votes:
              0 Vote for this issue
              Watchers:
              12 Start watching this issue

              Dates

                Created:
                Updated: