<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Pigz &#8211; parallel gzip OMG</title>
	<atom:link href="http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/</link>
	<description>Thoughts on capacity planning and web operations.</description>
	<lastBuildDate>Thu, 02 Feb 2012 06:18:46 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Raul Martinez</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-8086</link>
		<dc:creator>Raul Martinez</dc:creator>
		<pubDate>Thu, 05 Aug 2010 10:53:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-8086</guid>
		<description>I like pigz but could not find a statically compiled binary of it.
Problem is one our server still has outdated version of zlib so I can not build the pigz source.

Appreciate if you know where I can find one..</description>
		<content:encoded><![CDATA[<p>I like pigz but could not find a statically compiled binary of it.<br />
Problem is one our server still has outdated version of zlib so I can not build the pigz source.</p>
<p>Appreciate if you know where I can find one..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Stewart</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-7953</link>
		<dc:creator>Robert Stewart</dc:creator>
		<pubDate>Sun, 04 Apr 2010 19:08:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-7953</guid>
		<description>Database backups are a sweet spot for me, too. When I need to set up a new MySQL replication slave of an existing master, the faster I can get the snapshot loaded on the slave, the faster the slave can catch up to the ongoing changes on the master and become available for reads. Of course, the additional load on the master during the parallel gzip has to be taken into account.

It might be interesting to combine pigz with mk-parallel-dump for quick test exports on quiescent systems, depending on how much mk-parallel-dump is already saturating the cores. mk-parallel-dump currently defaults to gzip.</description>
		<content:encoded><![CDATA[<p>Database backups are a sweet spot for me, too. When I need to set up a new MySQL replication slave of an existing master, the faster I can get the snapshot loaded on the slave, the faster the slave can catch up to the ongoing changes on the master and become available for reads. Of course, the additional load on the master during the parallel gzip has to be taken into account.</p>
<p>It might be interesting to combine pigz with mk-parallel-dump for quick test exports on quiescent systems, depending on how much mk-parallel-dump is already saturating the cores. mk-parallel-dump currently defaults to gzip.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allspaw</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-7952</link>
		<dc:creator>allspaw</dc:creator>
		<pubDate>Sat, 03 Apr 2010 13:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-7952</guid>
		<description>Alex: in our case, we have some database backups that are massive, but yeah assuming there&#039;s some recursive compression going on many many files, that would be interesting to see.

David: Looks good:
[jallspaw@server01 ~]$ ./pigz-2.1.6/pigz daemon.log.2
[jallspaw@server01 ~]$ gunzip ./daemon.log.2.gz 
[jallspaw@server01 ~]$ gzip ./daemon.log.2 
[jallspaw@server01 ~]$ ./pigz-2.1.6/unpigz ./daemon.log.2.gz 
[jallspaw@server01 ~]$</description>
		<content:encoded><![CDATA[<p>Alex: in our case, we have some database backups that are massive, but yeah assuming there&#8217;s some recursive compression going on many many files, that would be interesting to see.</p>
<p>David: Looks good:<br />
[jallspaw@server01 ~]$ ./pigz-2.1.6/pigz daemon.log.2<br />
[jallspaw@server01 ~]$ gunzip ./daemon.log.2.gz<br />
[jallspaw@server01 ~]$ gzip ./daemon.log.2<br />
[jallspaw@server01 ~]$ ./pigz-2.1.6/unpigz ./daemon.log.2.gz<br />
[jallspaw@server01 ~]$</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David Gerard</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-7951</link>
		<dc:creator>David Gerard</dc:creator>
		<pubDate>Sat, 03 Apr 2010 10:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-7951</guid>
		<description>So how&#039;s the file format compatibility with gzip, each way?</description>
		<content:encoded><![CDATA[<p>So how&#8217;s the file format compatibility with gzip, each way?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-7950</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sat, 03 Apr 2010 09:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-7950</guid>
		<description>It&#039;d be interesting to see how long each method takes to gzip 16 files. I suspect for most of us the problem is not compressing one log file - but compressing the 1000&#039;s generated every hour.

Alex</description>
		<content:encoded><![CDATA[<p>It&#8217;d be interesting to see how long each method takes to gzip 16 files. I suspect for most of us the problem is not compressing one log file &#8211; but compressing the 1000&#8242;s generated every hour.</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex madden</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-7949</link>
		<dc:creator>Alex madden</dc:creator>
		<pubDate>Sat, 03 Apr 2010 07:21:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-7949</guid>
		<description>Also parallel bzip2

http://compression.ca/pbzip2/

ta 

Alex</description>
		<content:encoded><![CDATA[<p>Also parallel bzip2</p>
<p>http://compression.ca/pbzip2/</p>
<p>ta </p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Bush</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-7945</link>
		<dc:creator>Aaron Bush</dc:creator>
		<pubDate>Fri, 02 Apr 2010 22:08:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-7945</guid>
		<description>Excellent boost.  Makes me wonder if several of the GNU utils need a refresh for parallel opportunities?</description>
		<content:encoded><![CDATA[<p>Excellent boost.  Makes me wonder if several of the GNU utils need a refresh for parallel opportunities?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: allspaw</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-7944</link>
		<dc:creator>allspaw</dc:creator>
		<pubDate>Fri, 02 Apr 2010 22:03:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-7944</guid>
		<description>For the 1.55 seconds, yeah the load average I think went above 1. :)  The load average will definitely go up because of the number of simultaneous jobs running.</description>
		<content:encoded><![CDATA[<p>For the 1.55 seconds, yeah the load average I think went above 1. <img src='http://www.kitchensoap.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />   The load average will definitely go up because of the number of simultaneous jobs running.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Denish Patel</title>
		<link>http://www.kitchensoap.com/2010/04/02/pigz-parallel-gzip-omg/comment-page-1/#comment-7943</link>
		<dc:creator>Denish Patel</dc:creator>
		<pubDate>Fri, 02 Apr 2010 22:01:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.kitchensoap.com/?p=414#comment-7943</guid>
		<description>Seems nice improvement in total run time. 

isn&#039;t load average pretty high with pigz?

Denish</description>
		<content:encoded><![CDATA[<p>Seems nice improvement in total run time. </p>
<p>isn&#8217;t load average pretty high with pigz?</p>
<p>Denish</p>
]]></content:encoded>
	</item>
</channel>
</rss>

