Posts

Showing posts from October, 2015

Building Reliable Systems from Unreliable Components

Sounds like Hadoop, right? 2006? No! The idea is over 60 years old. 1956 - J. von Neumann. Probabilistic logics and synthesis of reliable organisms from unreliable components: https://ece.uwaterloo.ca/~ssundara/courses/prob_logics.pdf

Not ideal case for MongoDB

Great article by Sarah Mei explaining when and how using a document model can lead to complex application code and bad performance. " When you’re picking a data store, the most important thing to understand is where in your data — and where in its connections — the business value lies. If you don’t know yet, which is perfectly reasonable, then choose something that won’t paint you into a corner. Pushing arbitrary JSON into your database sounds flexible, but true flexibility is easily adding the features your business needs. " Why You Should Never Use MongoDB: http://www.sarahmei.com/blog/2013/11/11/why-you-should-never-use-mongodb/