The document presents a project aimed at enhancing the write throughput of a Zookeeper cluster by implementing a partitioned namespace architecture, which allows processing client requests in parallel through multiple quorums each with its own leader. The experimental evaluation demonstrates a performance improvement of approximately 14% in write throughput by reducing ordering constraints for unrelated request paths while maintaining order for requests related to the same path. The authors suggest their approach provides a more economical use of resources compared to traditional methods that require separate clusters for different applications.