<?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>topic Re: Querying Table Hadoop with SAS? improve time in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591488#M15227</link>
    <description>&lt;P&gt;Try this PROC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data=sashelp.air nextrval=3;
var date;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Wed, 25 Sep 2019 12:55:17 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2019-09-25T12:55:17Z</dc:date>
    <item>
      <title>Querying Table Hadoop with SAS? improve time</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591217#M15155</link>
      <description>&lt;PRE class="tw-data-text tw-text-large tw-ta"&gt;&lt;SPAN&gt;Hello guys
I wanted to know if it was possible to speed up a query using metadata. &lt;BR /&gt;In practice I need the last 3 most recent values ​​of a table of this type:

DATA work.test_;
ENTRY TO B year;
data lines;
5 01 20190105
5 01 20190102
5 01 20190422
5 02 20190422
5 01 20190601
5 01 20190622
5 01 20190601
;
TO RUN;

But it has more than 12 million record&lt;/SPAN&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 24 Sep 2019 16:27:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591217#M15155</guid>
      <dc:creator>ciro_fuccio</dc:creator>
      <dc:date>2019-09-24T16:27:26Z</dc:date>
    </item>
    <item>
      <title>Re: Querying Table Hadoop with SAS? improve time</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591224#M15156</link>
      <description>&lt;P&gt;&lt;STRIKE&gt;Is there any indexes on the table, and if so, which fields? If not, that should be your solution IMO&lt;/STRIKE&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Edit: Sorry, Hadoop doesn't have the same concept of indexes that other DBs have, my mistake.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 16:52:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591224#M15156</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-09-24T16:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Querying Table Hadoop with SAS? improve time</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591260#M15168</link>
      <description>&lt;P&gt;- How do you connect to Hadoop from SAS ? Show the log.&lt;/P&gt;&lt;P&gt;- Do you have licence to SAS Access for Hadoop ?&lt;/P&gt;&lt;P&gt;- Is you data located in Hive or are you trying to access data from HDFS?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 18:37:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591260#M15168</guid>
      <dc:creator>r_behata</dc:creator>
      <dc:date>2019-09-24T18:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Querying Table Hadoop with SAS? improve time</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591488#M15227</link>
      <description>&lt;P&gt;Try this PROC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc univariate data=sashelp.air nextrval=3;
var date;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 25 Sep 2019 12:55:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Querying-Table-Hadoop-with-SAS-improve-time/m-p/591488#M15227</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2019-09-25T12:55:17Z</dc:date>
    </item>
  </channel>
</rss>

