Monday, April 29, 2013

Using the multi command in zookeeper to store objects larger than 1MB

Quoting the third answer to the questions asked here.

The idea would be that you would upload multiple pieces of the large object separately into different znodes (without using multi)

Then you would update a pointer node that has references to the pieces while controlling for the version of the pieces (using a multi).