#databases
Read more stories on Hashnode
Articles with this tag
CAP THEOROM : C – Consistency A – Availability P – Partitioning The CAP Theorem is a fundamental concept in distributed system design, helping...
Cache Cache its defined as a Hardware or Software Component which help in serving the data either its frequently requested or its expensive to compute...
Database Indexes :Consider a large Book of 1000 pages.Suppose you’re trying to find the page which contains information related to a certain...
SQL (VS) NOSQL :One of the biggest decisions we make while designing a system is choosing between a Relational (SQL) or Non-Relational (NoSQL)...
Caching is a technique used to temporarily store copies of data in high-speed storage layers (such as RAM) to reduce the time taken to access...
Content Delivery Networks (CDNs) : Imagine you have built an app used by millions of users worldwide. Your app also serves video content, but all your...