<?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: What is happening with data during uploading data to LASR and registering table in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/What-is-happening-with-data-during-uploading-data-to-LASR-and/m-p/388963#M11750</link>
    <description>&lt;P&gt;1. A LASR table stays in memory until it is deleted/unloaded by a VA user or the LASR server is stopped or the SAS VA app server is rebooted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Registering the table in metadata is just that - it is quite separate from loading the table into LASR memory. METALIB only does the metadata registration, not the loading into LASR. You can't register a table until it is loaded into LASR memory, but you can delete a LASR table and still keep the metadata registration. You can also load a table without registering it in metadata, but that means you can't use it in SAS VA reporting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. The metadata folder relates to metadata only and is nothing to do with physical file folders. Metadata folders are a way organising objects and controlling permissions and access to the LASR data, and other metadata objects like VA report definitions. &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 17 Aug 2017 20:44:18 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2017-08-17T20:44:18Z</dc:date>
    <item>
      <title>What is happening with data during uploading data to LASR and registering table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/What-is-happening-with-data-during-uploading-data-to-LASR-and/m-p/388792#M11747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a question about LASR 2.8&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;From what I read,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;loading data into LASR&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;is the same as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;putting data into memory&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(not physically copying it to other place in hard drive)&lt;/P&gt;&lt;P&gt;To do this in&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;non-distributed&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;version we have to just use&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;data step&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to create table in lasr server.&lt;/P&gt;&lt;P&gt;&amp;nbsp;(For example, copy data as table from one database system to LASR)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So now, after moving it to memory we&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;have to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;register&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;our&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;table&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to be able to use it with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;SAS VA&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What happens when we register this table with&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;metalib&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;procedure?&lt;/P&gt;&lt;P&gt;We have to select&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;name&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;of&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;registered table&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;and&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;folder&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;store data.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please let me know if this text is true so far and let me know answers to below questions:&lt;BR /&gt;1. If we copy table to LASR, is the data only in memory and it stays in memory? When is it removed?&lt;/P&gt;&lt;P&gt;2. When we register table with metalib procedure, does it create physical file? Does this procedure create any form of our data? Just beside of metadata which I understand as basic information about the table and not the data itself.&lt;/P&gt;&lt;P&gt;3. What is the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;folder&amp;nbsp;&lt;/STRONG&gt;given in metalib procedure? Does it indicate place where the data is stored/saved? Is in in memory?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Jakub&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 13:49:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/What-is-happening-with-data-during-uploading-data-to-LASR-and/m-p/388792#M11747</guid>
      <dc:creator>jakubniescior</dc:creator>
      <dc:date>2017-08-17T13:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: What is happening with data during uploading data to LASR and registering table</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/What-is-happening-with-data-during-uploading-data-to-LASR-and/m-p/388963#M11750</link>
      <description>&lt;P&gt;1. A LASR table stays in memory until it is deleted/unloaded by a VA user or the LASR server is stopped or the SAS VA app server is rebooted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. Registering the table in metadata is just that - it is quite separate from loading the table into LASR memory. METALIB only does the metadata registration, not the loading into LASR. You can't register a table until it is loaded into LASR memory, but you can delete a LASR table and still keep the metadata registration. You can also load a table without registering it in metadata, but that means you can't use it in SAS VA reporting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. The metadata folder relates to metadata only and is nothing to do with physical file folders. Metadata folders are a way organising objects and controlling permissions and access to the LASR data, and other metadata objects like VA report definitions. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Aug 2017 20:44:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/What-is-happening-with-data-during-uploading-data-to-LASR-and/m-p/388963#M11750</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-08-17T20:44:18Z</dc:date>
    </item>
  </channel>
</rss>

