Files

38 lines
538 B
Markdown
Raw Permalink Normal View History

2025-09-25 20:14:36 +08:00
# 存放文件
`InnoDB`
```text
|-- db.opt
| 默认字符集、字符校验规则
|-- t_order.frm
| 表结构
|-- t_order.ibd
| 表数据
```
- 字符集
- 表结构
- 表数据
# 表数据空间
![表空间](https://cdn.xiaolincoding.com/gh/xiaolincoder/mysql/row_format/%E8%A1%A8%E7%A9%BA%E9%97%B4%E7%BB%93%E6%9E%84.drawio.png)
- 行
- 页
- 读写单位
- 默认 16KB
- 区
- 段
# 行格式
- 变长字段长度列表
- NULL 列表
- 记录头
- 真实数据
- 隐藏字段
- row_id
- trx_id
- roll_pointer