This is a post explaining how we realized our scalability bottle necks and considered the alternatives for our distributed file system.
We strongly follow the distributed architecture and try to scale out each of our components as much as possible. At the same time, care is taken that things are not scaled up prematurely but they are done as we go in an incremental fashion. One such components of us was the distributed file system.
Problem -
We want...
Continue reading