HumboDistributed Data System ArchitecturesIn the previous blogs, we knew that distributed system replicates data across multiple nodes for fault tolerance. Among replicas, there…Dec 11, 2020Dec 11, 2020
HumboConsistency of Distributed TransactionsIn the previous two blogs, we have discussed the consistency in two different context. In ACID, consistency means a data validity…Dec 11, 2020Dec 11, 2020
HumboThe (in)famous CAP TheoremIn the previous post, we discussed ACID and transactions for relational database. However, ACID is very expensive and infeasible to…Nov 18, 2020Nov 18, 2020
HumboChallenges Building a Distributed Data SystemIn the last post, I discussed transactions and relational database. As the world entered the data era since 2000s, many people consider…Nov 15, 2020Nov 15, 2020
HumboDatabase Transaction and ACID RevisitTraditional DBMS processing is build among the transaction concept. ACID is a widely used acronym for standard sets of properties that…Nov 9, 2020Nov 9, 2020