当前位置:网站首页>MySQL storage engine
MySQL storage engine
2022-07-01 00:22:00 【ordinaryBlog】
Storage engine
InnoDB Storage engine
Support transactions , It introduces row lock design and supports foreign keys
Put the data in a logical table space , from MySQL4.1 Start ,InnoDB Storage 1 The forms of the engine are stored in a total of independent ibd In file , The default is the repeatable read isolation level
MyISAM Storage engine
Neither transactions nor foreign keys are supported , Full text index support ,MyISAM The cache pool knows the cache index file , Instead of caching data files
MyISAM The storage engine table consists of MYD and MYI form
MYD Used to store data files ,MYI Used to store index files
Memory Storage engine
Store all the data in the table in memory , If the database restarts or crashes , All the data in the table will disappear
A temporary table suitable for storing temporary data , By default, hash index is used .
NDB Storage engine
NDB The storage engine is a cluster storage engine .
characteristic : All the data is in memory ( from MySQL5.1 Start , You can put non index data on disk ), The speed of primary key search is extremely fast by adding NDB The data storage node can improve the database performance linearly , It is a cluster system with high availability and high performance
problem :NDB The connection operation is performed on the MySQL The database layer completes , It's not done in the storage engine layer , Complex connection operations require huge network overhead , So the query speed is very slow .
wait …
( Reference from 《MySQL Technology insider InnoDB Storage engine 》)
边栏推荐
- 8253A寄存器浅析
- Matlab saves triangulation results as STL files
- LVM snapshot: preparation of backup based on LVM snapshot
- 1175. 质数排列 / 剑指 Offer II 104. 排列的数目
- Pycharm useful shortcut keys
- [untitled]
- When is it appropriate to replace a virtual machine with a virtual machine?
- What is SRM system and how to standardize the internal procurement process of the company
- composer
- 深入理解 Jetpack Compose 内核:SlotTable 系统
猜你喜欢
2022-2028 global public address fire alarm system industry research and trend analysis report
C WinForm program interface optimization example
Gateway service gateway
To tell you the truth, ThreadLocal is really not an advanced thing
2022-2028 global rotary transmission system industry research and trend analysis report
6-1 exploit -ftp exploit
Makefile notes (Yiwen Institute makefile)
Vulnerability discovery - App application vulnerability probe type utilization and repair
The programmer's girlfriend gave me a fatigue driving test
CentOS installation starts redis
随机推荐
Can SQL execution be written in tidb dashboard
Redis - cache penetration, cache breakdown, cache avalanche
lvm-snapshot:基于LVM快照的备份之准备工作
Yboj mesh sequence [Lagrange interpolation]
Shell multitasking to download video at the same time
C WinForm program interface optimization example
20220215-ctf-misc-buuctf-einstein-binwalk analyze picture-dd command separate zip file -- look for password in picture attribute
Quick start of wechat applet -- project introduction
2022-2028 global electric yacht industry research and trend analysis report
2022-2028 global ultra high purity electrolytic iron sheet industry research and trend analysis report
shell 同时执行多任务下载视频
"Experience" my understanding of user growth "new users"
Ditto set global paste only text shortcuts
2022-2028 global rotary transmission system industry research and trend analysis report
Development of wireless U-shaped ultrasonic electric toothbrush
需求评审,测试人员应该发挥怎样的价值?两分钟让你不再懵逼
Plot size and resolution with R markdown, knitr, pandoc, beamer
Error 2059 when Navicat connects to MySQL
Techo youth 2022 academic year college open class: behind the live broadcast of Lianmai, explore how to apply audio and video technology
What value should testers play in requirements review? Two minutes will stop you from being stupid