Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在互联网上的某个地方读到该定理是描述任何分布式系统的一组基本要求。请帮助我理解该定理仅适用于分布式系统吗?
它适用于任何依赖消息传递而不是共享内存进行通信的系统。
对于大多数人来说,这意味着任何通过网络进行通信的系统。对于许多网站架构,CAP 定理的权衡决定了使用哪个数据库。例如,在使用大型 MySQL 数据库与 DynamoDB 与介于两者之间的所有事物之间进行选择。