<?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 Best way for frequent and fast refresh of data on LASR server in Administration and Deployment</title>
    <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/375723#M9643</link>
    <description>&lt;P&gt;Hi,&lt;BR /&gt;I use SAS VA 7.4&lt;/P&gt;&lt;P&gt;It is set on sas base 9.4 and of course the LASR version is 2.8&lt;BR /&gt;&lt;BR /&gt;The system look like this:&lt;BR /&gt;- every hour, the data is refreshed on other servers in different systems. I created view to have access to them&lt;BR /&gt;&lt;BR /&gt;The question is:&lt;BR /&gt;What is the most efficient way to update my data?&lt;BR /&gt;&lt;BR /&gt;Requirements:&lt;BR /&gt;It has to update very frequently (even during the day) and the proces must be very short.&lt;BR /&gt;The data must be up to date the moment it changes.&lt;BR /&gt;&lt;BR /&gt;My thoughts:&lt;BR /&gt;I thought of:&lt;BR /&gt;- using IMSTAT and doing all operations in memory&lt;BR /&gt;- or just doing it in tables, hash tables and then update the memory&lt;BR /&gt;I receive data like which rows are to be removed and which to append&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jul 2017 14:59:59 GMT</pubDate>
    <dc:creator>jakubniescior</dc:creator>
    <dc:date>2017-07-13T14:59:59Z</dc:date>
    <item>
      <title>Best way for frequent and fast refresh of data on LASR server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/375723#M9643</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I use SAS VA 7.4&lt;/P&gt;&lt;P&gt;It is set on sas base 9.4 and of course the LASR version is 2.8&lt;BR /&gt;&lt;BR /&gt;The system look like this:&lt;BR /&gt;- every hour, the data is refreshed on other servers in different systems. I created view to have access to them&lt;BR /&gt;&lt;BR /&gt;The question is:&lt;BR /&gt;What is the most efficient way to update my data?&lt;BR /&gt;&lt;BR /&gt;Requirements:&lt;BR /&gt;It has to update very frequently (even during the day) and the proces must be very short.&lt;BR /&gt;The data must be up to date the moment it changes.&lt;BR /&gt;&lt;BR /&gt;My thoughts:&lt;BR /&gt;I thought of:&lt;BR /&gt;- using IMSTAT and doing all operations in memory&lt;BR /&gt;- or just doing it in tables, hash tables and then update the memory&lt;BR /&gt;I receive data like which rows are to be removed and which to append&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 14:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/375723#M9643</guid>
      <dc:creator>jakubniescior</dc:creator>
      <dc:date>2017-07-13T14:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for frequent and fast refresh of data on LASR server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/375940#M9644</link>
      <description>&lt;P&gt;How big are your tables? Do you want to refresh completely or just the rows that have changed? What percentage of rows change between updates? Have you tried a loading test and how long does it take?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 07:38:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/375940#M9644</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-07-14T07:38:00Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for frequent and fast refresh of data on LASR server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/375946#M9645</link>
      <description>&lt;P&gt;Thank you SASKiwi for your prompt reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My main table has to contain about 22 000 000 of rows of data with&amp;nbsp;about 20 columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every hour, there will be removed ~1000 of rows and appended&amp;nbsp;another ~1000 rows,&lt;/P&gt;&lt;P&gt;what makes it less than 1 %.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did not try any loading tests and honestly I can't think of any for now.&lt;/P&gt;&lt;P&gt;I did try to do deleting with IMSTAT, but for some reason, deleting ~90000 rows from table with 200 000 rows took me more than 10 minutes...&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 08:30:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/375946#M9645</guid>
      <dc:creator>jakubniescior</dc:creator>
      <dc:date>2017-07-14T08:30:49Z</dc:date>
    </item>
    <item>
      <title>Re: Best way for frequent and fast refresh of data on LASR server</title>
      <link>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/383476#M9647</link>
      <description>&lt;P&gt;I agree that removing and appending with IMSTAT is the way to go. What is performance like removing and adding 1,000 rows?&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 19:59:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Administration-and-Deployment/Best-way-for-frequent-and-fast-refresh-of-data-on-LASR-server/m-p/383476#M9647</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-07-27T19:59:20Z</dc:date>
    </item>
  </channel>
</rss>

