<?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: Postgres vs SAS in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411586#M12583</link>
    <description>Not sure I agree to that description. In this context I would see PostgreSQL as a regular RDBMS.&lt;BR /&gt;Question if you can get a more detailed requirement than that.&lt;BR /&gt;Obviously you could easily switch so that your target tables reside in PostgreSQL. Question is what kind if usage this data will have. This is a major architectural decision.</description>
    <pubDate>Wed, 08 Nov 2017 16:50:56 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2017-11-08T16:50:56Z</dc:date>
    <item>
      <title>Postgres vs SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411473#M12578</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm creating some ETL in data integration studio, my manager asked me to use postgres tables instead of SAS tables.&lt;/P&gt;&lt;P&gt;Can someone tell me what is the added value of postgres in SAS di?&amp;nbsp;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 10:50:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411473#M12578</guid>
      <dc:creator>A_D</dc:creator>
      <dc:date>2017-11-08T10:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres vs SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411486#M12579</link>
      <description>&lt;P&gt;They're two entirely different things - Postgres is an object-relational database management system which supports things that SAS doesn't like triggers, user-defined objects stored within the database, a much larger number of native data types etc.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Of course if you have SAS Access for PostgresSQL or the appropriate ODBC driver then you can still run your SAS programs against data held in Postgres giving you the best of both worlds...&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 11:44:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411486#M12579</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-11-08T11:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres vs SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411509#M12580</link>
      <description>&lt;P&gt;Hi&amp;nbsp;ChrisBrooks,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thx for your answer.&lt;/P&gt;&lt;P&gt;All my source data are in oracle and sybase, I use odbc connection in order to create Librairies.&lt;/P&gt;&lt;P&gt;Can I bypass the Postgres tables and use only SAS views/tables in ETL?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Nov 2017 12:59:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411509#M12580</guid>
      <dc:creator>A_D</dc:creator>
      <dc:date>2017-11-08T12:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres vs SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411586#M12583</link>
      <description>Not sure I agree to that description. In this context I would see PostgreSQL as a regular RDBMS.&lt;BR /&gt;Question if you can get a more detailed requirement than that.&lt;BR /&gt;Obviously you could easily switch so that your target tables reside in PostgreSQL. Question is what kind if usage this data will have. This is a major architectural decision.</description>
      <pubDate>Wed, 08 Nov 2017 16:50:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411586#M12583</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2017-11-08T16:50:56Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres vs SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411856#M12594</link>
      <description>&lt;P&gt;Agreed with&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13674"&gt;@LinusH&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;probably the reason for that kind of decision is something as those tables/data in PostgreSQL would be used in another system, non-SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here my considerations:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If you have your data origins in other data sources, as soon as you will make any query/join, SAS will bring &lt;STRONG&gt;all&lt;/STRONG&gt; the data from those data sources into temporary SAS tables (SASWORK) and then make the operation/sql statement/data step. Hence, I recommend to ensure subsets from each data source are queried and then apply the transformation over those subsets.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If you have ODBC connections, most probably you cannot use in-database operations (pass-through and such), but that is something more involved on this topic may answer you with more exact information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- If you want to use the in-database performance features, you would need&amp;nbsp;change in your SAS license the SAS/ACCESS to ODBC by SAS/ACCESS to (your database) and change your code/metadata library definition a bit to send the query to use the performance features.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 10:14:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411856#M12594</guid>
      <dc:creator>JuanS_OCS</dc:creator>
      <dc:date>2017-11-09T10:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres vs SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411914#M12598</link>
      <description>&lt;P&gt;&lt;SPAN class="login-bold"&gt;Hi&amp;nbsp;JuanS_OCS,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Yes, I think that the postgres tables will be used by an other tool outside SAS.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="login-bold"&gt;Thanks for your answer.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 09 Nov 2017 13:25:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/411914#M12598</guid>
      <dc:creator>A_D</dc:creator>
      <dc:date>2017-11-09T13:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Postgres vs SAS</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/570880#M17496</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;same case here, i got ODBC library working fine, I could import the postgres table metadata, but i cannot open any of them, it's giving error "&lt;SPAN&gt;ERROR: CLI describe error: E" all the time.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any suggestions?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jul 2019 10:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Postgres-vs-SAS/m-p/570880#M17496</guid>
      <dc:creator>AhmedAccordBGro</dc:creator>
      <dc:date>2019-07-03T10:06:14Z</dc:date>
    </item>
  </channel>
</rss>

