From: | "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com> |
---|---|
To: | David Roussel <pgsql-performance(at)diroussel(dot)xsmail(dot)com> |
Cc: | David Lang <dlang(at)invendra(dot)net>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: filesystem performance with lots of files |
Date: | 2005-12-20 19:59:51 |
Message-ID: | 20051220195951.GL28771@pervasive.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On Tue, Dec 20, 2005 at 01:26:00PM +0000, David Roussel wrote:
> Note that you can do the taring, zipping, copying and untaring
> concurrentlt. I can't remember the exactl netcat command line options,
> but it goes something like this
>
> Box1:
> tar czvf - myfiles/* | netcat myserver:12345
>
> Box2:
> netcat -listen 12345 | tar xzvf -
You can also use ssh... something like
tar -cf - blah/* | ssh machine tar -xf -
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461
From | Date | Subject | |
---|---|---|---|
Next Message | Jim C. Nasby | 2005-12-20 20:06:09 | Re: What's the best hardver for PostgreSQL 8.1? |
Previous Message | Jim C. Nasby | 2005-12-20 19:52:20 | Re: separate drives for WAL or pgdata files |