当前位置:网站首页>Mysql 存储引擎简介
Mysql 存储引擎简介
2022-08-04 10:00:00 【三井08】
##1. 查看存储引擎:
show engines;
show engines \G;
*************************** 1. row ***************************
Engine: InnoDB
Support: DEFAULT
Comment: Supports transactions, row-level locking, and foreign keys
Transactions: YES
XA: YES
Savepoints: YES
*************************** 2. row ***************************
Engine: MRG_MYISAM
Support: YES
Comment: Collection of identical MyISAM tables
Transactions: NO
XA: NO
Savepoints: NO
*************************** 3. row ***************************
Engine: MEMORY
Support: YES
Comment: Hash based, stored in memory, useful for temporary tables
Transactions: NO
XA: NO
Savepoints: NO
*************************** 4. row ***************************
Engine: BLACKHOLE
Support: YES
Comment: /dev/null storage engine (anything you write to it disappears)
Transactions: NO
XA: NO
Savepoints: NO
*************************** 5. row ***************************
Engine: MyISAM
Support: YES
Comment: MyISAM storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 6. row ***************************
Engine: CSV
Support: YES
Comment: CSV storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 7. row ***************************
Engine: ARCHIVE
Support: YES
Comment: Archive storage engine
Transactions: NO
XA: NO
Savepoints: NO
*************************** 8. row ***************************
Engine: PERFORMANCE_SCHEMA
Support: YES
Comment: Performance Schema
Transactions: NO
XA: NO
Savepoints: NO
*************************** 9. row ***************************
Engine: FEDERATED
Support: NO
Comment: Federated MySQL storage engine
Transactions: NULL
XA: NULL
Savepoints: NULL
9 rows in set (0.00 sec)
边栏推荐
猜你喜欢
随机推荐
sqlilabs less-38~39
LeetCode中等题之设计循环队列
[代码阅读] CycleGAN: Unpaired Image-To-Image Translation Using Cycle-Consistent Adversarial Networks
leetcode经典例题——49.字母异位词分组
Detailed explanation of MSTP protocol configuration on Layer 3 switches [Huawei eNSP experiment]
在测试集上训练,还能中CVPR?这篇IEEE批判论文是否合理?
LVS+Keepalived群集部署
广东对小鹏/广汽丰田开展网络安全检查
参数优化。
学习在php中分析switch与ifelse的执行效率
Detailed explanation of telnet remote login aaa mode [Huawei eNSP]
冰蝎逆向初探
Win11文件资源管理器找不到选项卡怎么办?
HCIP 第十七天
ps如何换背景颜色,自学ps软件photoshop2022,3种不同的方式笔记记录
关于ARM2440中断源个数的一点想法[通俗易懂]
多媒体和物联网技术让版本“活”起来 129张黑胶唱片“百年留声”
bash shell数组详解
Shell编程的条件语句
canvas画图时的bug记录