<?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: Intel Xeon E5 or i7 7700 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438877#M109461</link>
    <description>Input / output operations, in other words, reading from /writing to disk.&lt;BR /&gt;If you are currently utilizing 30GB you will probable benefit from a 64GB setup.</description>
    <pubDate>Wed, 21 Feb 2018 07:20:32 GMT</pubDate>
    <dc:creator>LinusH</dc:creator>
    <dc:date>2018-02-21T07:20:32Z</dc:date>
    <item>
      <title>Intel Xeon E5 or i7 7700</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438665#M109386</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am about to buy new PC. My work is mostly on:&lt;/P&gt;
&lt;P&gt;- Proc SQL and transpose to transform the data&lt;/P&gt;
&lt;P&gt;- analyze a timeseries record by record to see how the series perform, such as which period it go up and what period it go down longest.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, the data is quite large and I have to run thought many dataset so it take long time to complete the job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My question is that, with that nature of work, should I buy server with Intel Xeon E5 kind of machine (with 64G RAM)or buy PC with i7 7700 (with 32G Ram).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;
&lt;P&gt;HHCFX&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:23:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438665#M109386</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2018-02-20T15:23:04Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Xeon E5 or i7 7700</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438673#M109388</link>
      <description>&lt;P&gt;Hard to tell with this little info.&lt;/P&gt;
&lt;P&gt;First step to monitor your jobs on the existing computer, and see if you are CPU, RAM och I/O bound.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;CPU is usually the least utilized in SAS, but I'm unsure about time series calculations...&lt;/P&gt;
&lt;P&gt;Statistics, sorts and SQL joins usually likes lot's of RAM, so you don't have to page to disk during processing.&lt;/P&gt;
&lt;P&gt;Fast disks will always be a good investments, SSD prefererad nowadays I think.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 15:32:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438673#M109388</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-02-20T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Xeon E5 or i7 7700</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438794#M109440</link>
      <description>&lt;P&gt;Currently, I use the i7 3770 with 32G ram.&lt;/P&gt;
&lt;P&gt;Sometime it use up to 30G Ram.&lt;/P&gt;
&lt;P&gt;By the way, what is IO means?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Feb 2018 20:46:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438794#M109440</guid>
      <dc:creator>hhchenfx</dc:creator>
      <dc:date>2018-02-20T20:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Xeon E5 or i7 7700</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438877#M109461</link>
      <description>Input / output operations, in other words, reading from /writing to disk.&lt;BR /&gt;If you are currently utilizing 30GB you will probable benefit from a 64GB setup.</description>
      <pubDate>Wed, 21 Feb 2018 07:20:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/438877#M109461</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2018-02-21T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Xeon E5 or i7 7700</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/439059#M109513</link>
      <description>&lt;P&gt;IO means InputOutput, in other word, disk access.&lt;/P&gt;
&lt;P&gt;Ensure that you have really fast storage, it's much more important than CPU on most cases.&lt;/P&gt;
&lt;P&gt;On a PC, that's Solid State Drives hooked to the PCIe bus, such as M.2 or NVMe. Not SATA.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Feb 2018 20:29:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Intel-Xeon-E5-or-i7-7700/m-p/439059#M109513</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-02-21T20:29:21Z</dc:date>
    </item>
  </channel>
</rss>

