<?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 LASR server memory consumption in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484656#M10845</link>
    <description>&lt;P&gt;&lt;STRONG&gt;How much byte of memory does LASR server take to store a length 1 character data and lenght 8 numeric data ?&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Aug 2018 08:55:14 GMT</pubDate>
    <dc:creator>babai88</dc:creator>
    <dc:date>2018-08-07T08:55:14Z</dc:date>
    <item>
      <title>LASR server memory consumption</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484656#M10845</link>
      <description>&lt;P&gt;&lt;STRONG&gt;How much byte of memory does LASR server take to store a length 1 character data and lenght 8 numeric data ?&amp;nbsp;&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 08:55:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484656#M10845</guid>
      <dc:creator>babai88</dc:creator>
      <dc:date>2018-08-07T08:55:14Z</dc:date>
    </item>
    <item>
      <title>Re: LASR server memory consumption</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484669#M10849</link>
      <description>&lt;P&gt;The answer is in your question.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 09:29:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484669#M10849</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-07T09:29:11Z</dc:date>
    </item>
    <item>
      <title>Re: LASR server memory consumption</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484679#M10850</link>
      <description>Thanks Mr. Bremser,&lt;BR /&gt;&lt;BR /&gt;I tried to estimate total table space considering each character takes 2 bytes and length 8 numeric takes 8 bytes. This gives me a fair estimate but not a exact or almost exact memory consumption value !!</description>
      <pubDate>Tue, 07 Aug 2018 10:13:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484679#M10850</guid>
      <dc:creator>babai88</dc:creator>
      <dc:date>2018-08-07T10:13:35Z</dc:date>
    </item>
    <item>
      <title>Re: LASR server memory consumption</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484685#M10851</link>
      <description>&lt;P&gt;There will always be an overhead for metadata, and artifacts of the page-wise organisation of datasets. But a 1-character field needs one byte, and the larger the dataset (in terms of observations), the smaller the overhead.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 10:48:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484685#M10851</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-07T10:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: LASR server memory consumption</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484687#M10852</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/225041"&gt;@babai88&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each column in the LASR server is padded to an 8 byte boundary. If the character variable you are adding is not a multiple of 8 bytes, the variable will be padded to an 8-byte boundary.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 10:50:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484687#M10852</guid>
      <dc:creator>alexal</dc:creator>
      <dc:date>2018-08-07T10:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: LASR server memory consumption</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484694#M10853</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/41748"&gt;@alexal&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/225041"&gt;@babai88&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Each column in the LASR server is padded to an 8 byte boundary. If the character variable you are adding is not a multiple of 8 bytes, the variable will be padded to an 8-byte boundary.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Didn't know that. Now that can blow up a dataset quite nicely (if it contains lots of y/n type variables).&lt;/P&gt;</description>
      <pubDate>Tue, 07 Aug 2018 11:07:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/484694#M10853</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-08-07T11:07:21Z</dc:date>
    </item>
    <item>
      <title>Re: LASR server memory consumption</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/485008#M10861</link>
      <description>&lt;P&gt;Is there anything like 8 byte padding in case of numeric columns ?&lt;/P&gt;&lt;P&gt;A numeric column of length 8 takes up 8 bytes of memory? Please correct me if I am wrong.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 06:35:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/485008#M10861</guid>
      <dc:creator>babai88</dc:creator>
      <dc:date>2018-08-08T06:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: LASR server memory consumption</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/485305#M10873</link>
      <description>&lt;P&gt;Correct. Numeric columns use 8 bytes of storage by default so no padding is done for these. If the LASR load table contains shortened numerical columns I presume padded would be done for these too.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Aug 2018 22:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/LASR-server-memory-consumption/m-p/485305#M10873</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2018-08-08T22:54:46Z</dc:date>
    </item>
  </channel>
</rss>

