Read Nathan Hurst’s Visual Guide to NoSQL Systems, he includes the CAP triangle:
>Consistency
>Availability
> Partition tolerance
SQL Server is an AC system, and MongoDB is a CP system.
Read Nathan Hurst’s Visual Guide to NoSQL Systems, he includes the CAP triangle:
>Consistency
>Availability
> Partition tolerance
SQL Server is an AC system, and MongoDB is a CP system.