<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: How to find time of last compute stats command on a table in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37002#M17626</link>
    <description>&lt;P&gt;I am not asking how to get total execution time. I want to know how to get the time when last compute stat was run. I tried describe formatted table but it doesn't show when was compute stat run on the table.&lt;/P&gt;</description>
    <pubDate>Wed, 03 Feb 2016 22:36:59 GMT</pubDate>
    <dc:creator>daai_evangelist</dc:creator>
    <dc:date>2016-02-03T22:36:59Z</dc:date>
    <item>
      <title>How to find time of last compute stats command on a table</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/36995#M17624</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a way to find the time for last compute stats command on a given table in Impala?&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2022 10:01:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/36995#M17624</guid>
      <dc:creator>daai_evangelist</dc:creator>
      <dc:date>2022-09-16T10:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to find time of last compute stats command on a table</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/36997#M17625</link>
      <description>The client itself should tell you, ("Fetched 1 row(s) in 0.31s") or your can run "profile".</description>
      <pubDate>Wed, 03 Feb 2016 20:32:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/36997#M17625</guid>
      <dc:creator>jbapple</dc:creator>
      <dc:date>2016-02-03T20:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to find time of last compute stats command on a table</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37002#M17626</link>
      <description>&lt;P&gt;I am not asking how to get total execution time. I want to know how to get the time when last compute stat was run. I tried describe formatted table but it doesn't show when was compute stat run on the table.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 22:36:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37002#M17626</guid>
      <dc:creator>daai_evangelist</dc:creator>
      <dc:date>2016-02-03T22:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to find time of last compute stats command on a table</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37005#M17627</link>
      <description>&lt;P&gt;I'm afraid it is currently not possible to determine the last time compute stats was run.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;One possible workaround is to count(*) the current table and compare it with the numRows recorded in the stats. That does not yield the last time stats were computed, but it shows by how many rows the table has grown.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Depending on the ingest pattern, you might also use the lastDdlTime in the table and/or partition properties to get an estimate.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 23:04:43 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37005#M17627</guid>
      <dc:creator>alex.behm</dc:creator>
      <dc:date>2016-02-03T23:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to find time of last compute stats command on a table</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37006#M17628</link>
      <description>&lt;P&gt;Ok. We do have a workaround where we store the load job and its execution time in a table. Just wanted to know if something available out of the box.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you submit a feature request for the same?&lt;/P&gt;</description>
      <pubDate>Wed, 03 Feb 2016 23:12:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37006#M17628</guid>
      <dc:creator>daai_evangelist</dc:creator>
      <dc:date>2016-02-03T23:12:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to find time of last compute stats command on a table</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37010#M17629</link>
      <description>&lt;P&gt;I agree that it is an important usability concern. I apologize for the inconvenience of&amp;nbsp;having to track that information manually.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We filed the following&amp;nbsp;JIRA to track progress on the issue. Thanks for your feedback!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://issues.cloudera.org/browse/IMPALA-2942" target="_blank"&gt;https://issues.cloudera.org/browse/IMPALA-2942&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Feb 2016 00:30:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-find-time-of-last-compute-stats-command-on-a-table/m-p/37010#M17629</guid>
      <dc:creator>alex.behm</dc:creator>
      <dc:date>2016-02-04T00:30:59Z</dc:date>
    </item>
  </channel>
</rss>

