Uploaded image for project: 'Apache HAWQ'
  1. Apache HAWQ
  2. HAWQ-862

Make user defined function get_ao_distribution work.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 2.0.0.0-incubating
    • Core
    • None

    Description

      In Hawq we had a functon that could do a fast row-count on AO tables based on querying the catalog versus issuing 'select count ' SQL. Was a lot faster for larger tables. I found the script and tried using it with HAWQ but one of the underlying Postgres functions that gets called (get_ao_distribution) bombs since it doesn't seem to be able to find the table files when they are stored in HDFS.

      gpadmin=# select sum(tupcount) from get_ao_distribution('public.foo');
      ERROR: could not open relation 1663/24731/24740: No such file or directory (seg0 localhost.localdomain:40000 pid=82964)
      DETAIL: Database directory "base/24731" does not exist
      CONTEXT: SQL statement "select gp_segment_id, sum(tupcount) from gp_dist_random('pg_aoseg.pg_aoseg_24738') group by (gp_segment_id)"
      gpadmin=#

      Attachments

        Issue Links

          Activity

            People

              hubertzhang Hubert Zhang
              hubertzhang Hubert Zhang
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: