摘要: 引言 事务特性 事务是并发控制的单元,是用户定义的一个操作序列。这些操作要么都做,要么都不做,是一个不可分割的工作单位。通过事务将逻辑相关的一组操作绑定在一起,以便服务器 保持数据的完整性。事务通常是以begin transaction开始,以commit或rollback结束。Commint表示提 阅读全文
posted @ 2020-09-27 16:38 zendwang 阅读(114) 评论(0) 推荐(0) 编辑
摘要: PipeLine图解,在本地缓存,一次性发送 IMPORTANT NOTE: While the client sends commands using pipelining, the server will be forced to queue the replies, using memory. 阅读全文
posted @ 2020-09-27 16:05 zendwang 阅读(161) 评论(0) 推荐(0) 编辑