Hacker Timesnew | past | comments | ask | show | jobs | submitlogin

I think you under-estimate the complexity and performance costs of having a massively distributed data structure. Having N nodes perform computations on a graph many times the size of N is easy. Maintaining some form of coherency throughout all N nodes is hard.

The communication costs are significant, and probably similar to N-body simulations.



Maintaining some form of coherency throughout all N nodes is hard.

Hence the "eventually consistent" model.


That's still hard. There's a trade-off between accuracy and performance.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: