<?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: SAS ENTERPRISE GUIDE PEFORMANCE in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684886#M37045</link>
    <description>&lt;P&gt;Please copy/paste both complete codes into code boxes here.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Sep 2020 06:17:38 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2020-09-18T06:17:38Z</dc:date>
    <item>
      <title>SAS ENTERPRISE GUIDE PEFORMANCE</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684885#M37044</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have experienced the performance issue while querying the data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;step1: Open the data in EG (from library (data from oracle schema)&amp;nbsp; and did query in query builder and it took 5 seconds to get the result.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;step2: same query i have writtten proc sql query&amp;nbsp; in EG - program editor the query ran in 11 seconds.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Would like to know by architecture of sas the difference in time is accepted or any other factors should be considered?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advacnce.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 05:35:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684885#M37044</guid>
      <dc:creator>vallsas</dc:creator>
      <dc:date>2020-09-18T05:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ENTERPRISE GUIDE PEFORMANCE</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684886#M37045</link>
      <description>&lt;P&gt;Please copy/paste both complete codes into code boxes here.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 06:17:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684886#M37045</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-18T06:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ENTERPRISE GUIDE PEFORMANCE</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684920#M37046</link>
      <description>&lt;P&gt;let ceral_id=2745&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;select gr into :gr from maingro.cerals where ceral_id=&amp;amp;ceral_id;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;create table grocery2 as&amp;nbsp;&lt;/P&gt;&lt;P&gt;select&amp;nbsp; tgr1,gr2,gr3,gr4&lt;/P&gt;&lt;P&gt;from maingro.Grocery where gr =&amp;amp;gr;&lt;/P&gt;&lt;P&gt;quit.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)from query of query builder selecting directly from maingro.Grocery table and filtering the passing value of gr.&lt;/P&gt;&lt;P&gt;this will run faster then the above code.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your time&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 09:58:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684920#M37046</guid>
      <dc:creator>vallsas</dc:creator>
      <dc:date>2020-09-18T09:58:00Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ENTERPRISE GUIDE PEFORMANCE</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684932#M37047</link>
      <description>&lt;P&gt;The query builder creates its own code, which is shown in a Code tab. Please post that.&lt;/P&gt;
&lt;P&gt;Use a code box opened with the "little running man" button to post SAS code.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 11:00:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684932#M37047</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-18T11:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ENTERPRISE GUIDE PEFORMANCE</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684956#M37048</link>
      <description>&lt;P&gt;The code you supplied is actually two queries -- one for the SELECT INTO and then one to CREATE TABLE.&amp;nbsp; The Query Builder will produce only a single query, so if you're comparing the two runs, they are not the same work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You could optimize your user-written code with a nested query (sub-select) so that there is just one transaction to the database, which might save time.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Sep 2020 12:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/684956#M37048</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2020-09-18T12:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ENTERPRISE GUIDE PEFORMANCE</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/685158#M37052</link>
      <description>&lt;P&gt;thank you .&lt;/P&gt;&lt;P&gt;first query runs one time only because macro variable will store. so that if you run again the second query it will be one query which we are comparing the time with query builder query.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i will check about the nested query which you mentioned.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Sat, 19 Sep 2020 08:22:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/685158#M37052</guid>
      <dc:creator>vallsas</dc:creator>
      <dc:date>2020-09-19T08:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ENTERPRISE GUIDE PEFORMANCE</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/685243#M37054</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%_eg_conditional_dropds(work.query_for_grocery);

PROC SQL;
 
     CREATE TABLE WORK.QUERY_FOR_GROCERY AS

    SELECT * FROM MAINGROCERY.GROCERY 

    WHERE GR ='XXXXXX';

QUIT;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Is there any difference between passing numeric value is faster than the character value in the query?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 06:50:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/685243#M37054</guid>
      <dc:creator>vallsas</dc:creator>
      <dc:date>2020-09-20T06:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: SAS ENTERPRISE GUIDE PEFORMANCE</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/685244#M37055</link>
      <description>&lt;P&gt;Create a large enough dataset with a numeric and a character variable containing the same spread (leading to identical subsets), then run your queries and compare the times. I would be mighty surprised if there was a significant difference.&lt;/P&gt;</description>
      <pubDate>Sun, 20 Sep 2020 07:10:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/SAS-ENTERPRISE-GUIDE-PEFORMANCE/m-p/685244#M37055</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-20T07:10:27Z</dc:date>
    </item>
  </channel>
</rss>

