ZK provides all of the coordination you need for this problem, but you
should store your data elsewhere.

Any key-data store with decent read-write speed will suffice.  Memcache
would be reasonable for that if
you don't need persistence in the presence of failure.  Voldemort would be
another alternative if you do
need persistence.

Couchdb is generally pretty slow as a key/value store and is probably not a
very good option for this.

On Fri, Oct 8, 2010 at 3:31 AM, Li Li <fancye...@gmail.com> wrote:

>    it seems that znode's size should less than 1 mb. but I will need
> save large data file in a znode. Is there any solution for this?
>    thank you.
>

Reply via email to