Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-3988

Only use first 96 bits of query ID

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • Impala 2.7.0
    • Impala 2.8.0
    • Backend

    Description

      Impala generates 128-bit query ids for every query. Individual fragments also get IDs, which are the query_id + (fragment number). To make this clearer to read, let's reserve the bottom 32 bits of the query id space for fragment numbers, and only use the top 96 bits for query ids. That is, in the hex representation the bottom 8 characters will always be 0 for query ids.

      Attachments

        Activity

          People

            marcelk Marcel Kinard
            henryr Henry Robinson
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: