当前位置:网站首页>Transaction concluded
Transaction concluded
2022-08-09 06:33:00 【The strongest disciple in history】
Four characteristics of transactions:
ACID
Atomicity: As the smallest execution unit, transactions are either all executed or not executed at all.
Consistency: The execution of a transaction causes the database to transition from one correct state to another.
Isolation: Transactions do not affect each other.
Durability: After a transaction is submitted correctly, its results will be stored in the database forever, even if there are other failures after the transaction is committed, the transaction results will be saved.
Transaction isolation level:
Read uncommit: Read uncommitted transaction data.(dirty read, non-repeatable read, phantom read)
read commit : Read the data of the committed transaction.(non-repeatable read, phantom read)
repeat read : The data read multiple times is the same.(phantom reading)
searial : Serialization, the execution of one thing by one thing.
边栏推荐
猜你喜欢
Altium designer软件常用最全封装库,包含原理图库、PCB库和3D模型库
leetcode 之盛水问题
[MySQL] Second, the relationship between processes, MySQL password cracking, table building and database building related commands
字节跳动笔试题2020 (抖音电商)
2022-08-08: Given an array arr, it represents the height of the missiles that will appear in order from morning to night.When the cannon shoots missiles, once the cannon is set to shoot at a certain h
锁执行的过程
抗菌药物丨Toronto Research Chemicals 天冬酰胺D
C语言实现顺序栈和链队列
Teach you how to make the Tanabata meteor shower in C language - elegant and timeless (detailed tutorial)
CMake中INSTALL_RPATH与BUILD_RPATH问题
随机推荐
APP商品详情源数据接口(淘宝/京东/拼多多/苏宁/抖音等平台详情数据分析接口)代码对接教程
The working principle of the transformer (illustration, schematic explanation, understand at a glance)
jdepend
运算放大器(OPA)超详细参数讲解-运放---以及8个型号的运算放大器分析对比
Built-in macros in C language (define log macros)
安装flask
PDF不能打印和复制的问题如何解决?
Web APIs BOM- 操作浏览器:本地存储
SIGINT,SIGKILL,SIGTERM信号区别,各类信号总结
中英文说明书丨CalBioreagents ACTH N端单克隆抗体
The Integer thread safe
变压器的工作原理(图解,原理图讲解,一看就懂)
crc计算
DevNet: Deviation Aware Networkfor Lane Detection
常用Oracle命令
Use baidu EasyDL intelligent bin
MongDb的查询方式
【Feel】In the Unity Feel plugin, Camera cannot display CameraShake correctly
分布式id 生成器实现
如何 认识与学习BASH