> 
> if, for example, the network pipe is bigger then one
> unsplitted stream
> of zfs send | zfs recv then splitting it to multiple
> streams should
> optimize the network bandwidth, shouldn't it ?
> 

Well, I guess so.  But I wonder, what is the bottle neck here.  If it is the 
rate at which zfs send can stream data, there is a good chance that is limited 
by disk read.  If we split it into four pipes, I still think you are going to 
see four quarter rate reads.
-- 
This message posted from opensolaris.org
_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to