<?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: Question regarding SAS data storage options in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197229#M305405</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As ballardw said: if it needs to be shared, then a DBMS makes a lot of sense, and IO is always a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We run sas against datasets with hundreds of millions of observations and it is shared data, so it is in an RDBMS. If I am very careful and make appropriate limitations in where clauses and there are enough indexes on the data on the server, then I can greatly shorten the amount of time I have for the basic data to come down to my workstation. A large server can be very beneficial in cutting your query time, but you have to program to take advantage of the resources of the server to make it work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, every time I want data for any type of local processing, I have to wait. I also have to manipulate the data from a normalized form into a wide table format, dataset, so the process I want to do can be carried out effectively; he basic IO for this may be hours during my process run. Realistically though, any time I have to get data from a dataset not on my machine, I have to wait on network traffic. So even if the data is not on the server, then I am still going to have IO across the network from a repository of our SAS datasets. Network based data actually takes more time than requesting data directly from the RDBMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those are the pros and cons I work with on a daily basis, there are many more, but these are the major ones I work with every day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Jul 2015 18:24:22 GMT</pubDate>
    <dc:creator>morgalr</dc:creator>
    <dc:date>2015-07-07T18:24:22Z</dc:date>
    <item>
      <title>Question regarding SAS data storage options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197226#M305402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAS can store its data in default SAS storage in the form of SAS tables or in RDBMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Are there any reasons to store SAS data in RDBMS, such as Oracle database?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. What is the disadvantage for storing SAS data in RDBMS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any comments.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 16:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197226#M305402</guid>
      <dc:creator>liaomin</dc:creator>
      <dc:date>2015-07-07T16:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding SAS data storage options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197227#M305403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main reason I would think of putting SAS data into an external RDBMS is because other users need it and that's where the rest of the data for a project resides. SAS does many things that most databases can't so you pull the data and provide results that are then useable in the other application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disadvantage from a SAS programmer point of view is basically IO, either (re)creating SAS data sets for analysis and overhead, OR complexity in dealing with native DBMS "features" such as very long variable names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 17:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197227#M305403</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-07-07T17:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding SAS data storage options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197228#M305404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Very open question, there are tons of pros and cons. So the interesting is what applies to you?&lt;/P&gt;&lt;P&gt;What is your requirements? What kind of data do you have? Who/how will you load it?&lt;/P&gt;&lt;P&gt;What applications/users will explore the data?&lt;/P&gt;&lt;P&gt;How does the competence at the site look like?&lt;/P&gt;&lt;P&gt;Is there a detailed IT strategy (platform wise)?&lt;/P&gt;&lt;P&gt;Backup/restore routines...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 17:51:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197228#M305404</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2015-07-07T17:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding SAS data storage options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197229#M305405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As ballardw said: if it needs to be shared, then a DBMS makes a lot of sense, and IO is always a problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We run sas against datasets with hundreds of millions of observations and it is shared data, so it is in an RDBMS. If I am very careful and make appropriate limitations in where clauses and there are enough indexes on the data on the server, then I can greatly shorten the amount of time I have for the basic data to come down to my workstation. A large server can be very beneficial in cutting your query time, but you have to program to take advantage of the resources of the server to make it work for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On the other hand, every time I want data for any type of local processing, I have to wait. I also have to manipulate the data from a normalized form into a wide table format, dataset, so the process I want to do can be carried out effectively; he basic IO for this may be hours during my process run. Realistically though, any time I have to get data from a dataset not on my machine, I have to wait on network traffic. So even if the data is not on the server, then I am still going to have IO across the network from a repository of our SAS datasets. Network based data actually takes more time than requesting data directly from the RDBMS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Those are the pros and cons I work with on a daily basis, there are many more, but these are the major ones I work with every day.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 18:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197229#M305405</guid>
      <dc:creator>morgalr</dc:creator>
      <dc:date>2015-07-07T18:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding SAS data storage options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197230#M305406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most SAS projects I work on use a mixture of both:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where data needs to be shared with a wider audience then having it in an RDBMS makes sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where you are doing a lot of processing it is far more efficient to use SAS datasets.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 19:57:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197230#M305406</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2015-07-07T19:57:25Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding SAS data storage options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197231#M305407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the helpful information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:05:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197231#M305407</guid>
      <dc:creator>liaomin</dc:creator>
      <dc:date>2015-07-07T20:05:56Z</dc:date>
    </item>
    <item>
      <title>Re: Question regarding SAS data storage options</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197232#M305408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the helpful information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Jul 2015 20:06:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Question-regarding-SAS-data-storage-options/m-p/197232#M305408</guid>
      <dc:creator>liaomin</dc:creator>
      <dc:date>2015-07-07T20:06:18Z</dc:date>
    </item>
  </channel>
</rss>

