Uploaded image for project: 'Phoenix'
  1. Phoenix
  2. PHOENIX-6207

Paged server side grouped aggregate operations

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 5.0.0, 4.14.3
    • 5.1.0, 4.16.0
    • None
    • None

    Description

      Phoenix provides the option of performing query operations on the client or server side. This is decided by the Phoenix optimizer based on configuration parameters. For the server side option, the table operation is parallelized such that multiple table regions are scanned. However, currently there is no paging capability and the server side operation can take long enough lead to HBase client timeouts. Putting a limit on the processing time within a single RPC call (i.e., the next operation time on the aggregate scanner) on the server side using a Phoenix level paging is highly desirable. A similar paging mechanism has been already implemented for index rebuild and verification operations and proven to be effective to prevent timeouts. This Jira is for implementing this paging for the server side grouped aggregate operations.

      Attachments

        1. PHOENIX-6207.4.x.001.patch
          19 kB
          Kadir OZDEMIR
        2. PHOENIX-6207.4.x.002.patch
          22 kB
          Kadir OZDEMIR
        3. PHOENIX-6207.4.x.003.patch
          23 kB
          Kadir OZDEMIR
        4. PHOENIX-6207.4.x.004.patch
          24 kB
          Kadir OZDEMIR
        5. PHOENIX-6207.4.x.005.patch
          35 kB
          Kadir OZDEMIR
        6. PHOENIX-6207.4.x.006.patch
          34 kB
          Kadir OZDEMIR
        7. PHOENIX-6207.master.001.patch
          38 kB
          Kadir OZDEMIR
        8. PHOENIX-6207.master.002.patch
          34 kB
          Kadir OZDEMIR

        Issue Links

          Activity

            People

              kozdemir Kadir OZDEMIR
              kozdemir Kadir OZDEMIR
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: