当前位置:网站首页>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.
边栏推荐
猜你喜欢
随机推荐
crc计算
我入职阿里后,才知道原来简历这么写
How to find package information and pin definitions for NXP S32K1xx series microcontrollers
DDD 领域驱动设计
Built-in macros in C language (define log macros)
The Integer thread safe
AD画PCB板教程 20分钟讲清楚操作流程 铺铜 网络标号
.NET高级技术
中英文说明书丨CalBioreagents 醛固酮单克隆抗体
Integer 线程安全的
05 多线程与高并发 - ThreadPoolExecutor 源码解析
单例模式
Unity Gobang Game Design and Simple AI (2)
C# 利用iTextSharp画PDF
Thread Pool Summary
2022.8.8DAY628
sql problem solving statement to create a table
Output method of list string print(*a) print(““.join(str(c) for c in a) )
io.lettuce.core。RedisCommandTimeoutException命令超时
Remember a nest.js route that matches all the path problems that follow