<?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: Where do I find the size of the datasets loaded to memory in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170732#M1025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use proc datasets to get info for all your loaded tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library=sashelp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Jul 2014 13:31:36 GMT</pubDate>
    <dc:creator>stat_sas</dc:creator>
    <dc:date>2014-07-08T13:31:36Z</dc:date>
    <item>
      <title>Where do I find the size of the datasets loaded to memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170730#M1023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do I find the size of the datasets loaded to memory?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I now have more than 50 tables loaded in the LASR-server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Sizing Guideline for Single Machine have a guideline about&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;largest individual table size (16 GB)&lt;/LI&gt;&lt;LI&gt;total GB loaded to memory. (180 GB)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only find information about number of rows and columns.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:11:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170730#M1023</guid>
      <dc:creator>Allan_dk</dc:creator>
      <dc:date>2014-07-08T13:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I find the size of the datasets loaded to memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170731#M1024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In base SAS in SASHELP.VTABLE, find your table (where libname=library and dataset=memname), and it will show you FILESIZE variable, I assume its in bytes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:16:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170731#M1024</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2014-07-08T13:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I find the size of the datasets loaded to memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170732#M1025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use proc datasets to get info for all your loaded tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc datasets library=sashelp;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:31:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170732#M1025</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-07-08T13:31:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I find the size of the datasets loaded to memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170733#M1026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to specify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is the datasets loaded to memory in the LASR-server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are no physical files, therefore sashelp.vtable.filesize=0&lt;/P&gt;&lt;P&gt;proc datasets don't give me much information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 13:44:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170733#M1026</guid>
      <dc:creator>Allan_dk</dc:creator>
      <dc:date>2014-07-08T13:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I find the size of the datasets loaded to memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170734#M1027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure about LASR-server, try to explore SASFILE statement if that works in this situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 14:20:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170734#M1027</guid>
      <dc:creator>stat_sas</dc:creator>
      <dc:date>2014-07-08T14:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Where do I find the size of the datasets loaded to memory</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170735#M1028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Allan_dk,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Because of the way data is loaded into a LASR server, it's difficult to say.&amp;nbsp; For example, if source SAS data is loaded into HDFS, then into a LASR server, a LASR table only consumes memory while it is being used.&amp;nbsp; If not, it consumes memory as long as it is loaded.&amp;nbsp; Also for example, levelization increases memory consumption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can get a rough estimate of the size of (uncompressed) data using the SASIOLA libname engine and PROC DATASETS CONTENTS by multiplying the number of observations ("Observations") by the observation length ("Observation Length").&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2014 17:11:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/Where-do-I-find-the-size-of-the-datasets-loaded-to-memory/m-p/170735#M1028</guid>
      <dc:creator>JasonAllen</dc:creator>
      <dc:date>2014-07-08T17:11:55Z</dc:date>
    </item>
  </channel>
</rss>

