<?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: JMP Table &amp; Column Compression in Discussions</title>
    <link>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/755018#M93742</link>
    <description>&lt;P&gt;I've been working with files that are larger than I typically deal with and started using the 'Compress File When Saved' option. It really cuts down on the size, but I am always suspicious of free-lunch solutions. Is there really no downside? Why wouldn't this be the default for all tables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the only downside is a 500 ms lag when opening a table or something, then I'll want to do it all the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
    <pubDate>Thu, 16 May 2024 23:04:14 GMT</pubDate>
    <dc:creator>jay_holavarri</dc:creator>
    <dc:date>2024-05-16T23:04:14Z</dc:date>
    <item>
      <title>JMP Table &amp; Column Compression</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/10041#M9801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does anyone have any experience with JMP Table and/or Column compression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Any concerns/watchouts to using either?&lt;/STRONG&gt; I have some JMP tables that are &amp;gt;1GB so would be nice to compress them...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I can tell, there are 2 types of compression built into JMP:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Compress Tables&lt;OL&gt;&lt;LI&gt;How to Access:&lt;OL&gt;&lt;LI&gt;Open file&lt;/LI&gt;&lt;LI&gt;Click red arrow next to table name on the left, above where the scripts are located, in the table panel&lt;/LI&gt;&lt;LI&gt;Click "Compress Table When Saved"&lt;/LI&gt;&lt;LI&gt;Can also be set as default by "&lt;SPAN class="command"&gt;Preferences &amp;gt; General &amp;gt; Save Da&lt;/SPAN&gt;ta Table Columns GZ Compressed"&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Purpose: This just basically does a compression ala zip (though I think it is actually GZ) of the whole file so it is smaller on your computer. Same type of effect you would get if you zipped a file, but it remains a .jmp vs a .zip with a .jmp inside of it. I have seen up to a 10x compression here.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Compress Selected Columns&lt;OL&gt;&lt;LI&gt;How to Access:&lt;OL&gt;&lt;LI&gt;Select columns in file&lt;/LI&gt;&lt;LI&gt;Click red arrow for columns (or Cols from the top)&lt;/LI&gt;&lt;LI&gt;Select "Compress Selected Columns"&lt;/LI&gt;&lt;LI&gt;Can also be auto-enabled&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;LI&gt;Purpose: Uses List Check and compressed integers where available to make columns/cells actually take less memory. This reduces the file size and speeds up analysis.&lt;/LI&gt;&lt;/OL&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 19:13:55 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/10041#M9801</guid>
      <dc:creator>clausa</dc:creator>
      <dc:date>2014-11-04T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Table &amp; Column Compression</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/10042#M9802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You've outlined the two options very well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main difference is that Compress Tables affects only how big the file is on disk. JMP will use the un-compressed version in memory. So, this option is useful to keep your drive from filling up with JMP data tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compress Selected Columns results in smaller files on disk as well as using less memory. Unfortunately, not every column can benefit here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's what Compress Selected Columns does:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;It adds a List Check (default order) to character column if the column &lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;has less than 255 distinct values.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;Change numeric columns to the smallest 1-byte, 2-byte, or 4-byte integer if all values in the column can be stored&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;. Only integer values columns are checked.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;OL&gt;&lt;UL style="list-style-type: disc;"&gt;&lt;LI&gt;For 1-byte integer, the range of numbers that you can store is from -126 to 127.&lt;/LI&gt;&lt;LI&gt;For 2-byte integer, the range of numbers that you can store is from -32,766 to 32,767.&lt;/LI&gt;&lt;LI&gt;For 4-byte integer, the range of numbers that you can store is from -2,147,483,646 to 2,147,483,647.&lt;/LI&gt;&lt;/UL&gt;&lt;/OL&gt;&lt;UL style="list-style-type: circle;"&gt;&lt;LI&gt;It will not change the columns if they have list check already.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Jeff&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Nov 2014 16:17:12 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/10042#M9802</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2014-11-10T16:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Table &amp; Column Compression</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/37007#M21726</link>
      <description>&lt;P&gt;I run "dt&amp;lt;&amp;lt;compress selected columns();" on tables with hundreds of columns and the command fills up my log with all the changes. Can I run the command but stop it from writing in the log?&lt;/P&gt;</description>
      <pubDate>Thu, 09 Mar 2017 22:03:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/37007#M21726</guid>
      <dc:creator>bswedlove</dc:creator>
      <dc:date>2017-03-09T22:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Table &amp; Column Compression</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/37051#M21756</link>
      <description>&lt;P&gt;Unfortunately I don't see any way to keep it from writing to the log. I'll enter an enhancement request to see if we can add this in a future release.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the meantime I can only come up with some unsatisfying hacks involving saving the log before and clearing it after the call to compress the columns.&lt;/P&gt;</description>
      <pubDate>Fri, 10 Mar 2017 19:27:46 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/37051#M21756</guid>
      <dc:creator>Jeff_Perkinson</dc:creator>
      <dc:date>2017-03-10T19:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: JMP Table &amp; Column Compression</title>
      <link>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/755018#M93742</link>
      <description>&lt;P&gt;I've been working with files that are larger than I typically deal with and started using the 'Compress File When Saved' option. It really cuts down on the size, but I am always suspicious of free-lunch solutions. Is there really no downside? Why wouldn't this be the default for all tables?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the only downside is a 500 ms lag when opening a table or something, then I'll want to do it all the time.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 16 May 2024 23:04:14 GMT</pubDate>
      <guid>https://community.jmp.com/t5/Discussions/JMP-Table-Column-Compression/m-p/755018#M93742</guid>
      <dc:creator>jay_holavarri</dc:creator>
      <dc:date>2024-05-16T23:04:14Z</dc:date>
    </item>
  </channel>
</rss>

