<?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: Size limit to compress SAS datasets in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73025#M7253</link>
    <description>If you have it available, OS compression is both more efficient and more transparent.  We typically get 80% compression on SAS datasets using either Windows compression or Solaris 10 compression.</description>
    <pubDate>Mon, 09 Feb 2009 15:19:50 GMT</pubDate>
    <dc:creator>Doc_Duke</dc:creator>
    <dc:date>2009-02-09T15:19:50Z</dc:date>
    <item>
      <title>Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73023#M7251</link>
      <description>What is the size limit to compress the SAS datasets?&lt;BR /&gt;
if we want to compress efficeintly which size data sets are good?&lt;BR /&gt;
means I think we no need to compress all small datasets.</description>
      <pubDate>Fri, 06 Feb 2009 06:40:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73023#M7251</guid>
      <dc:creator>Alankar</dc:creator>
      <dc:date>2009-02-06T06:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73024#M7252</link>
      <description>There are no special limit for compressed tables, other than ordinary SAS tables. Of course, the larger the original data is, the more you can gain from compressing data. Be aware that you have to pay by using extra CPU cycles when compressing/uncompressing data (which is done every time you read the table).&lt;BR /&gt;
Another thin is that you will to consider is your table structure. If you have long records, especially with long text fields, chance is high that compression will be effective. After a compressing a table, the SAS log will tell the level of compression. If disk space is not critical, I would say you need approx 50% to see an overall performance gain.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/59522/HTML/default/a001002773.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/lrcon/59522/HTML/default/a001002773.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Fri, 06 Feb 2009 07:46:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73024#M7252</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-02-06T07:46:47Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73025#M7253</link>
      <description>If you have it available, OS compression is both more efficient and more transparent.  We typically get 80% compression on SAS datasets using either Windows compression or Solaris 10 compression.</description>
      <pubDate>Mon, 09 Feb 2009 15:19:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73025#M7253</guid>
      <dc:creator>Doc_Duke</dc:creator>
      <dc:date>2009-02-09T15:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73026#M7254</link>
      <description>If you are going to use OS/third party compression, make sure that the compression tool works transparently with the file system, that is for a OS user (a SAS session for instance) the SAS table files looks the same (name, extension).&lt;BR /&gt;
&lt;BR /&gt;
Doc, have noticed any performance differences (CPU cycles, response times) between SAS compressed tables and tables compressed by the OS? What compression tool do you use in Solaris?&lt;BR /&gt;
&lt;BR /&gt;
/Linus</description>
      <pubDate>Mon, 09 Feb 2009 17:36:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73026#M7254</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2009-02-09T17:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73027#M7255</link>
      <description>Thanks guys &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;</description>
      <pubDate>Thu, 02 Apr 2009 03:01:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73027#M7255</guid>
      <dc:creator>Alankar</dc:creator>
      <dc:date>2009-04-02T03:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73028#M7256</link>
      <description>According to my exprience, if you create some huge SAS table, say, 1G, on your desktop, to compress the sas table using COMPRESS=YES option is much faster than if you do not compress. &lt;BR /&gt;
&lt;BR /&gt;
I guess it is because my CPU is much faster than my harddisk's I/O speed; and unfortainately, harddisk speed is the bottle-neck of nowdays PC.

Message was edited by: armor</description>
      <pubDate>Fri, 03 Apr 2009 14:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73028#M7256</guid>
      <dc:creator>armor</dc:creator>
      <dc:date>2009-04-03T14:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73029#M7257</link>
      <description>SAS compression suits tables with many columns including wide character variables which add up to a lot of empty space. For example addresses, and free-form answer fields.&lt;BR /&gt;
Much less suitable for "narrow" tables, because compression adds an overhead to each observation, of perhaps 80byte (not sure of the exact number). &lt;BR /&gt;
 &lt;BR /&gt;
PeterC</description>
      <pubDate>Wed, 08 Apr 2009 07:06:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73029#M7257</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-04-08T07:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73030#M7258</link>
      <description>SAS is keeping the balance between coding facility and storage, but time is to bring a revolution on this, or SAS would cost more than 5 times storage space than other databases.&lt;BR /&gt;
&lt;BR /&gt;
I want to know when will varchar type be supported by SAS data set, instead of char type?</description>
      <pubDate>Thu, 09 Apr 2009 17:51:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73030#M7258</guid>
      <dc:creator>qkaiwei</dc:creator>
      <dc:date>2009-04-09T17:51:25Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73031#M7259</link>
      <description>Reply to qkaiwei :  suggest you start another thread  if you insist on posing your question about varchar, however I too would respond saying that SAS COMPRESS feature performs adequately albeit at the SAS member level, not the variable / column level.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Fri, 10 Apr 2009 20:40:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73031#M7259</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-10T20:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73032#M7260</link>
      <description>Thank you for your suggestion. but I think why would we talk about the COMPRESS option, the final reason is that we want to compress dataset and reduce storage space. so if VARCHAR is supported by dataset, the COMPRESS option perhaps is meaningless.</description>
      <pubDate>Sat, 11 Apr 2009 20:57:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73032#M7260</guid>
      <dc:creator>qkaiwei</dc:creator>
      <dc:date>2009-04-11T20:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73033#M7261</link>
      <description>Meaningful response withheld until a new thread is opened.</description>
      <pubDate>Sat, 11 Apr 2009 22:16:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73033#M7261</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2009-04-11T22:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Size limit to compress SAS datasets</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73034#M7262</link>
      <description>In most cases the compress option has given benefits for me.&lt;BR /&gt;
It has has helped not only in getting the storage reduced by 70 to 90% but also helped get performance gains when retrieving from huge datasets. &lt;BR /&gt;
It all depends on what the bottleneck is. Whether IO or CPU.&lt;BR /&gt;
&lt;BR /&gt;
On compress option Vs Varchar:&lt;BR /&gt;
The data sets created with say 100 records occupies 20 to 30% less space than the RDBMSes with Varchar option. So even if a varchar option is made available still the compress option might be valid.</description>
      <pubDate>Sat, 02 May 2009 05:11:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Size-limit-to-compress-SAS-datasets/m-p/73034#M7262</guid>
      <dc:creator>BPanick</dc:creator>
      <dc:date>2009-05-02T05:11:36Z</dc:date>
    </item>
  </channel>
</rss>

