读隔离共1篇
MongoDB readConcern 读隔离性保证-AI运维探索者

MongoDB readConcern 读隔离性保证

一、什么是 readConcern? 1、定义: readPreference 决定从哪个节点读取,readConcern 决定该节点的哪些数据是可读的。主要保证事务中的隔离性,避免脏读。类似于关系数据库的隔离级别。可选值包括...
头像2年前
04414