当前位置:网站首页>CAP+BASE
CAP+BASE
2022-08-05 05:12:00 【价值成长】
一. RDBMS: ACID
二. 分布式存储: CAP+BASE
2.1 CAP
三选二
Consistency(强一致性)
Availablility(可用性)
Partition tolerance(分区容错性):分布式系统必须满足
CA: RDMBMS
AP: 大部分网站架构选择
CP: redis. mongodb

2.2 BASE
基本可用(Basically Available)
软状态(Soft State)
最终一致性(Eventually consistence)
分布式系统:放弃系统某一时刻一致性要求,换取系统伸缩性和性能改善。 AP
边栏推荐
猜你喜欢
随机推荐
【cesium】加载并定位 3D Tileset
Detailed explanation of each module of ansible
Algorithms - ones and zeros (Kotlin)
Application status of digital twin technology in power system
uboot enable debug printing information
ansible各个模块详解
Error creating bean with name ‘configDataContextRefresher‘ defined in class path resource
University Physics---Particle Kinematics
Homework 8.4 Interprocess Communication Pipes and Signals
作业8.4 进程间的通信 管道与信号
Flutter Learning 4 - Basic UI Components
1.3 mysql batch insert data
dedecms dream weaving tag tag does not support capital letters fix
仪表板展示 | DataEase看中国:数据呈现中国资本市场
Using QR codes to solve fixed asset management challenges
[WeChat applet] WXML template syntax - conditional rendering
human weakness
How can Flutter parent and child components receive click events
OFDM 十六讲 5 -Discrete Convolution, ISI and ICI on DMT/OFDM Systems
Flutter TapGestureRecognizer 如何工作









