<?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: Performance enhancement for Read Operation from AWS_RedShift in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/561140#M17186</link>
    <description>&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=n1ht6mv0wybbzkn1x4np6nnlwzu6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0lqyvb3cfot9hn19u4yn4gcdrkk" target="_self"&gt;See the doc for the different environment variables and ODBC.INI options&lt;/A&gt; that influence where SAS finds/loads your ODBC driver libraries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure we can tell you exactly how to change this for your environment, given that only you will know exactly where these libraries reside.&amp;nbsp; But perhaps there are common conventions and someone can chime in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Using-SAS-ACCESS-Interface-to-ODBC-on-UNIX-Platforms/ta-p/229345" target="_self"&gt;article about UnixODBC (with lots of linked articles)&lt;/A&gt; might also help.&lt;/P&gt;</description>
    <pubDate>Thu, 23 May 2019 13:55:48 GMT</pubDate>
    <dc:creator>ChrisHemedinger</dc:creator>
    <dc:date>2019-05-23T13:55:48Z</dc:date>
    <item>
      <title>Performance enhancement for Read Operation from AWS_ReadShift</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560216#M17159</link>
      <description>&lt;P&gt;when we query a table from the RedShift – we can see that our server memory (60Gb) gets exhausted. And when we terminate the query execution all the memory will be freed-up. So, from this looks, we can observe that the query result is being computed on our local SAS server thus causing for significant resource consumption.&lt;/P&gt;&lt;P&gt;ODBC-Drivers used:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;PostgreSQL:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;psqlodbc.so,&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;libodbcpsqlS.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;MySQL:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;libmyodbc5.so,&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;libodbcmyS.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;MySQL Unicode:&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;libmyodbc5w.so&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;MySQL ANSI Driver:&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;libmyodbc5a.so&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 20 May 2019 16:25:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560216#M17159</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2019-05-20T16:25:24Z</dc:date>
    </item>
    <item>
      <title>Re: Performance enhancement for Read Operation from AWS_RedShift</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560504#M17160</link>
      <description>&lt;P&gt;Hi, it sounds like you're using a generic ODBC (or Postgres) driver for this from SAS.&amp;nbsp; Even though Redshift is Postgres-like, it's not the same as Postgres.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS has a specialized engine for Redshift that's more performant -- &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Redshift-and-SAS/ta-p/361738" target="_self"&gt;read about it here&lt;/A&gt;.&amp;nbsp; If you don't have access to this engine, then I think you'll need to rely on explicit passthrough (use the CONNECT statement in your PROC SQL) to pass exactly the SQL you want the database to process.&amp;nbsp; The Redshift engine will help to optimize -- without this specific engine, the burden is on you to know more about how the Redshift database works.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:00:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560504#M17160</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-05-21T14:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Performance enhancement for Read Operation from AWS_RedShift</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560530#M17162</link>
      <description>&lt;P&gt;How can we determine that we have access to this specialized Redshift Engine?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:48:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560530#M17162</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2019-05-21T14:48:11Z</dc:date>
    </item>
    <item>
      <title>Re: Performance enhancement for Read Operation from AWS_RedShift</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560544#M17163</link>
      <description>&lt;P&gt;In your SAS environment, run:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc product_status;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If it's licensed/installed, you'll see it listed in the log.&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 14:57:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560544#M17163</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-05-21T14:57:38Z</dc:date>
    </item>
    <item>
      <title>Re: Performance enhancement for Read Operation from AWS_RedShift</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560562#M17164</link>
      <description>&lt;P&gt;Just to brief-in: Currently, I am using UnixODBC Driver Manager of version 2.2.14 &amp;nbsp;and as we know to install the redshift driver we need to have a UnixODBC manager of minim. version 2.3.0&lt;/P&gt;&lt;P&gt;I have installed the newest version of manager.&lt;/P&gt;&lt;P&gt;Can you please let me know the files and locations of SAS config files where I need to change the path of the odbc path to pick-up new version?&lt;/P&gt;</description>
      <pubDate>Tue, 21 May 2019 16:06:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560562#M17164</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2019-05-21T16:06:15Z</dc:date>
    </item>
    <item>
      <title>Re: Performance enhancement for Read Operation from AWS_RedShift</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560829#M17177</link>
      <description>&lt;P&gt;Can you please let me know the locations/files that I need to update with the new unixODBC driver path&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 13:19:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560829#M17177</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2019-05-22T13:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Performance enhancement for Read Operation from AWS_RedShift</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560876#M17179</link>
      <description>&lt;P&gt;Attached is the screenshot showing our current&amp;nbsp;&lt;STRONG&gt;LD_LIBRARY_PATH&lt;/STRONG&gt; and &lt;STRONG&gt;PATH&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2019-05-22 at 11.04.26 AM.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29695i932909BC1C92FEC7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2019-05-22 at 11.04.26 AM.png" alt="Screen Shot 2019-05-22 at 11.04.26 AM.png" /&gt;&lt;/span&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2019 15:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/560876#M17179</guid>
      <dc:creator>vishakh</dc:creator>
      <dc:date>2019-05-22T15:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Performance enhancement for Read Operation from AWS_RedShift</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/561140#M17186</link>
      <description>&lt;P&gt;&lt;A href="https://go.documentation.sas.com/?docsetId=acreldb&amp;amp;docsetTarget=n1ht6mv0wybbzkn1x4np6nnlwzu6.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en#n0lqyvb3cfot9hn19u4yn4gcdrkk" target="_self"&gt;See the doc for the different environment variables and ODBC.INI options&lt;/A&gt; that influence where SAS finds/loads your ODBC driver libraries.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm not sure we can tell you exactly how to change this for your environment, given that only you will know exactly where these libraries reside.&amp;nbsp; But perhaps there are common conventions and someone can chime in.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This &lt;A href="https://communities.sas.com/t5/SAS-Communities-Library/Using-SAS-ACCESS-Interface-to-ODBC-on-UNIX-Platforms/ta-p/229345" target="_self"&gt;article about UnixODBC (with lots of linked articles)&lt;/A&gt; might also help.&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2019 13:55:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Performance-enhancement-for-Read-Operation-from-AWS-ReadShift/m-p/561140#M17186</guid>
      <dc:creator>ChrisHemedinger</dc:creator>
      <dc:date>2019-05-23T13:55:48Z</dc:date>
    </item>
  </channel>
</rss>

