Re: POHMELFS high performance network filesystem. Transactions, failover, performance.

From: Evgeniy Polyakov
Date: Wed May 14 2008 - 18:42:06 EST


On Wed, May 14, 2008 at 06:06:17PM -0400, Jeff Garzik (jeff@xxxxxxxxxx) wrote:
> This is the core reason why I am so interested in distributed storage...
> a single storage device is usually slower than network wire speed.
> Multiple nodes helps remove that limitation and max out the network.
>
> I want to be able to stream data _faster_ than a single hard drive can
> handle :)

In that case yes, network will _not_ be saturated and multiple
simultaneous streams will have a win, but POHMELFS client design was
specially created to increase network performance as much as possible,
since we can increase storage speed (add more drives, more RAM
for caches, better hardware), but can not easily increase network
bandwidth.

But, as was already noted, even being network bound, client-to-many
is likely a better solution from other points of view (like management
and/ro failure cases).

--
Evgeniy Polyakov
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/