提交 7bef956e 编写于 作者: M Mars Liu

engine

上级 9c5dc57e
......@@ -4,7 +4,8 @@
"children": [],
"export": [
"server.json",
"client.json"
"client.json",
"engine.json"
],
"keywords_must": [
[
......
{
"type": "code_options",
"author": "ccat",
"source": "engine.md",
"notebook_enable": false,
"exercise_id": "cce5a0caa6aa4011bf31bc35f7ad73f4"
}
\ No newline at end of file
# 存储引擎
关于 MySQL 的存储引擎,下列说法错误的是:
1. InnoDB 支持事务,有更好的并发能力。
2. MyISAM 不支持事务和外键,结构简单,可以压缩为只读状态。
3. Memory 引擎将数据保存在内存中,重启会丢失数据,读速度快很快,适合作为会话表和缓存表。
4. 临时表默认使用 Memory 引擎。
## 答案
4
## 选项
### A
```
1, 2, 3
```
### B
```
2, 3, 4
```
### C
```
2, 3
```
### D
```
1, 4
```
### E
全部都对
\ No newline at end of file
......@@ -45,7 +45,7 @@
]
],
"keywords_forbid": [],
"group": 0
"group": 1
}
}
],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册