<div dir="ltr">Maybe if I used smaller chunk loads but not sure what that would get me.</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 29, 2014 at 10:33 PM, Jeff Hubbs <span dir="ltr">&lt;<a href="mailto:jhubbslist@att.net" target="_blank">jhubbslist@att.net</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Do you have enough RAM to read from disk and write to a ramdisk or vice versa, whichever helps?<br>
<br>
On 7/29/14, 6:44 PM, Jim Kinney wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Ugh. Sounds like you&#39;ll need to do it stages. Coarse grain search written<br>
to new files and a fine grained search on those new files.<br>
On Jul 29, 2014 6:08 PM, &quot;Robert L. Harris&quot; &lt;<a href="mailto:robert.l.harris@gmail.com" target="_blank">robert.l.harris@gmail.com</a>&gt;<br>
wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Unfortunately I can&#39;t touch the VM&#39;s configuration or the hardware<br>
underneath it.  Supposedly I&#39;m spread across a minimum of 6 &quot;fast&quot; disks<br>
already.  I can&#39;t really go less than 10 files though as I am concerned<br>
with information being spread across multiple files.  I was hoping someone<br>
knew a tool/util which would rip through the data faster I had not found<br>
yet.<br>
<br>
Robert<br>
<br>
<br>
<br>
On Tue, Jul 29, 2014 at 4:00 PM, Jim Kinney &lt;<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>&gt; wrote:<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
unless you can spread that read/write load out over many, many spindles,<br>
you&#39;re stuck. Now add in the VMmust access through the virtual drive<br>
process and you&#39;ve got another performance hit.<br>
<br>
You _could_ add extra drives to the VM that are hosted on a decent array<br>
(fiber channel or LA network iSCSI), copy the files to the new home in a<br>
batch and hit the 4G RAM limit.<br>
<br>
If possible, can you add more RAM to that VM?<br>
<br>
<br>
On Tue, Jul 29, 2014 at 5:10 PM, Robert L. Harris &lt;<br>
<a href="mailto:robert.l.harris@gmail.com" target="_blank">robert.l.harris@gmail.com</a><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
wrote:<br>
I&#39;m working on a tool to parse through a lot of data for processing.<br>
</blockquote>
  Right<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
now it&#39;s taking longer than I wish it would so I&#39;m trying to find ways<br>
</blockquote></blockquote>
to<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
improve the performance.  Right now it appears the biggest bottleneck<br>
</blockquote></blockquote>
is<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
IO.  I&#39;m looking at about 2000 directories which contain between 1 and<br>
</blockquote>
200<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
files in tar.gz format on a VM with 4 Gigs of RAM.  I need to load the<br>
</blockquote>
data<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
into an array to do some pre-processing cleanup so I am currently<br>
</blockquote>
chopping<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
the files in each of the directories into an array of groups of 10<br>
</blockquote></blockquote>
files<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
at<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
a time ( seems to be the sweet spot to prevent swap ) and then a<br>
</blockquote></blockquote>
straight<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
forward loop of which each iteration executes:<br>
<br>
   tar xzOf $Loop |<br>
<br>
and then pushes it into my array for processing.<br>
<br>
I have tried:<br>
<br>
  gzcat $Loop | tar xO |<br>
<br>
which is actually slower.  Yes, I&#39;m at the point of trying to squeeze<br>
seconds of time out of a group.  Any thoughts of a method which might<br>
</blockquote></blockquote>
be<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
quicker?<br>
<br>
Robert<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
--<br>
:wq!<br>
<br>
</blockquote></blockquote>
------------------------------<u></u>------------------------------<u></u>---------------<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Robert L. Harris<br>
<br>
DISCLAIMER:<br>
       These are MY OPINIONS             With Dreams To Be A King,<br>
        ALONE.  I speak for                      First One Should Be A<br>
</blockquote></blockquote>
Man<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
        no-one else.                                     - Manowar<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<br>
<br>
</blockquote></blockquote>
<a href="http://mail.ale.org/pipermail/ale/attachments/20140729/38cb3da3/attachment.html" target="_blank">http://mail.ale.org/pipermail/<u></u>ale/attachments/20140729/<u></u>38cb3da3/attachment.html</a><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
<br>
</blockquote>
<br>
<br>
--<br>
--<br>
James P. Kinney III<br>
<br>
Every time you stop a school, you will have to build a jail. What you<br>
</blockquote>
gain<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
at one end you lose at the other. It&#39;s like feeding a dog on his own<br>
</blockquote>
tail.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It won&#39;t fatten the dog.<br>
- Speech 11/23/1900 Mark Twain<br>
<br>
<br>
*<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a><br>
&lt;<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a>&gt;*<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<br>
<br>
</blockquote>
<a href="http://mail.ale.org/pipermail/ale/attachments/20140729/385b6337/attachment.html" target="_blank">http://mail.ale.org/pipermail/<u></u>ale/attachments/20140729/<u></u>385b6337/attachment.html</a><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
<br>
</blockquote>
<br>
<br>
--<br>
:wq!<br>
------------------------------<u></u>------------------------------<u></u>---------------<br>
Robert L. Harris<br>
<br>
DISCLAIMER:<br>
       These are MY OPINIONS             With Dreams To Be A King,<br>
        ALONE.  I speak for                      First One Should Be A Man<br>
        no-one else.                                     - Manowar<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<br>
<a href="http://mail.ale.org/pipermail/ale/attachments/20140729/e382a9b2/attachment.html" target="_blank">http://mail.ale.org/pipermail/<u></u>ale/attachments/20140729/<u></u>e382a9b2/attachment.html</a><br>
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
<br>
</blockquote>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: &lt;<a href="http://mail.ale.org/pipermail/ale/attachments/20140729/4b9bfb79/attachment.html" target="_blank">http://mail.ale.org/<u></u>pipermail/ale/attachments/<u></u>20140729/4b9bfb79/attachment.<u></u>html</a>&gt;<br>


______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
<br>
</blockquote>
<br>
______________________________<u></u>_________________<br>
Ale mailing list<br>
<a href="mailto:Ale@ale.org" target="_blank">Ale@ale.org</a><br>
<a href="http://mail.ale.org/mailman/listinfo/ale" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo/ale</a><br>
See JOBS, ANNOUNCE and SCHOOLS lists at<br>
<a href="http://mail.ale.org/mailman/listinfo" target="_blank">http://mail.ale.org/mailman/<u></u>listinfo</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>:wq!<br>---------------------------------------------------------------------------<br>Robert L. Harris<br><br>DISCLAIMER:<br>      These are MY OPINIONS             With Dreams To Be A King,<br>

       ALONE.  I speak for                      First One Should Be A Man<br>       no-one else.                                     - Manowar
</div>