<?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: how to optimize the cpu/memory usage in jmp on Windows in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8495#M8489</link>
    <description>&lt;P&gt;Compress Selected Columns&lt;/P&gt;
&lt;P&gt;JMP lets you compress columns in a data table to minimize the size of the file and reduce the&lt;/P&gt;
&lt;P&gt;amount of memory required to analyze data. This feature is helpful when numeric columns&lt;/P&gt;
&lt;P&gt;contain many small integers or when any column contains fewer than 255 unique values. For&lt;/P&gt;
&lt;P&gt;example, compressing columns in a data table with 389 columns and 85,000 rows might&lt;/P&gt;
&lt;P&gt;decrease the file size from 250MB to 33MB, depending on the type of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Compress Selected Columns(
{:age, :sex, :height, :weight}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 07 Oct 2020 12:41:03 GMT</pubDate>
    <dc:creator>robust1972</dc:creator>
    <dc:date>2020-10-07T12:41:03Z</dc:date>
    <item>
      <title>how to optimize the cpu/memory usage in jmp on Windows</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8492#M8486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, I often have to handle data tables with few million rows and 20s to 30s columns. The frustration is whenever I need to edit a plot basing on this big table, the system start the waiting sign(turning ring) which take 1 to few minutes. It normally consume ~60% CPU and few GB memory if I look at the "task manager". Luckily I am using 64bit jmp on 64 bit Win7 workstation which has enough resources but I still have to wait and waste time on waiting. &lt;/P&gt;&lt;P&gt;I hope there is an option/method to optimize the cpu/memory usage or just hold the refreshing till user let it to do so.&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="6188_Capture1.PNG" style="width: 673px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/359i997E52D88DC8210A/image-size/medium?v=v2&amp;amp;px=400" role="button" title="6188_Capture1.PNG" alt="6188_Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Oct 2016 20:40:47 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8492#M8486</guid>
      <dc:creator>robust1972</dc:creator>
      <dc:date>2016-10-18T20:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to optimize the cpu/memory usage in jmp on Windows</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8493#M8487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The simplest thing is to work with a random subset of your data while you're tuning a plot appearance, then save the script and reapply it to your full data table. Otherwise, strategies probably depend on the specific platform and task you're doing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 May 2014 14:56:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8493#M8487</guid>
      <dc:creator>XanGregg</dc:creator>
      <dc:date>2014-05-09T14:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to optimize the cpu/memory usage in jmp on Windows</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8494#M8488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks, I will try to use small subset of my data to work out the script then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 17:29:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8494#M8488</guid>
      <dc:creator>robust1972</dc:creator>
      <dc:date>2014-05-12T17:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: how to optimize the cpu/memory usage in jmp on Windows</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8495#M8489</link>
      <description>&lt;P&gt;Compress Selected Columns&lt;/P&gt;
&lt;P&gt;JMP lets you compress columns in a data table to minimize the size of the file and reduce the&lt;/P&gt;
&lt;P&gt;amount of memory required to analyze data. This feature is helpful when numeric columns&lt;/P&gt;
&lt;P&gt;contain many small integers or when any column contains fewer than 255 unique values. For&lt;/P&gt;
&lt;P&gt;example, compressing columns in a data table with 389 columns and 85,000 rows might&lt;/P&gt;
&lt;P&gt;decrease the file size from 250MB to 33MB, depending on the type of data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-jsl"&gt;dt = Open( "$SAMPLE_DATA/Big Class.jmp" );
dt &amp;lt;&amp;lt; Compress Selected Columns(
{:age, :sex, :height, :weight}
);&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Oct 2020 12:41:03 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/8495#M8489</guid>
      <dc:creator>robust1972</dc:creator>
      <dc:date>2020-10-07T12:41:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to optimize the cpu/memory usage in jmp on Windows</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/596780#M80045</link>
      <description>Can you import a csv file and apply the compression initially before already importing it into memory?</description>
      <pubDate>Fri, 03 Feb 2023 10:59:28 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/596780#M80045</guid>
      <dc:creator>John89</dc:creator>
      <dc:date>2023-02-03T10:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: how to optimize the cpu/memory usage in jmp on Windows</title>
      <link>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/596818#M80051</link>
      <description>&lt;P&gt;CSV import does have the column compression as an option (off by default):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="It will choose the best of several alternatives after scanning the data." style="width: 382px;"&gt;&lt;img src="https://community.jmp.com/t5/image/serverpage/image-id/49762iA2C88C715B90D04A/image-dimensions/382x452?v=v2" width="382" height="452" role="button" title="Capture.PNG" alt="It will choose the best of several alternatives after scanning the data." /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;It will choose the best of several alternatives after scanning the data.&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;JMP has two kinds of compression for data tables. This one is the column compression and works by noticing a limited set of distinct values and using one of JMP's alternate column formats. This will make the in-memory footprint smaller.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The other kind of compression uses a zip-like mechanism to compress columns. This can be slow to open and even slower to save, and offers no in-memory benefit...only on disk. It is on the red triangle, something like &lt;EM&gt;compress when saved&lt;/EM&gt;. Particularly helpful for huge tables of repeating values.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Both can be used together.&lt;/P&gt;</description>
      <pubDate>Fri, 03 Feb 2023 14:27:52 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/how-to-optimize-the-cpu-memory-usage-in-jmp-on-Windows/m-p/596818#M80051</guid>
      <dc:creator>Craige_Hales</dc:creator>
      <dc:date>2023-02-03T14:27:52Z</dc:date>
    </item>
  </channel>
</rss>

