#data-science
Read more stories on Hashnode
Articles with this tag
NoSQL has faced criticism for not supporting transactions and ACID, hence it’s believed to be unable to meet consistency requirements. However, this...
Consistency is considered hard to achieve in a distributed cluster. Terms like CAP theorem and eventual consistency are used to describe consistency,...
With an increase in data volumes, scaling up becomes costly and, beyond a certain point, impossible. NoSQL has the ability to run a database on a...
Data model is a tool which helps you organize your data in the storage. It allows you to manipulate and access your data. Relational database was very...
I am still working on Designing Data — Intensive Application. If you are following me so far and staying in this journey with me. I want to share that...
I came across this white paper listed in the references of the book Designing Data-Intensive Applications, which I am currently reading. This...