Files
wonder 515acbcc7f
Deploy Examination / deploy (push) Successful in 4s
feat: add database topic group with 105 questions
- mysql-acid (35): undo/redo log, WAL, 崩溃恢复三阶段, 两阶段提交
- mysql-transaction-isolation (35): 四隔离级别, 三异常, Read View, 快照读/当前读, next-key lock
- redis-persistence (35): RDB/AOF/混合持久化, AOF 重写, vs binlog/redo log
- 每子主题: single_choice×10 + fill_blank×10 + short_answer×10 + code_reading×5
- 全部通过 question.schema.json 校验
2026-09-07 19:17:38 +08:00

42 lines
817 B
JSON

{
"slug": "mysql-transaction-isolation",
"name": "MySQL 事务与隔离机制",
"description": "四种隔离级别、脏读/不可重复读/幻读、MVCC Read View 选版本逻辑、Repeative Read 与 Next-Key Lock",
"tags": [
"MVCC",
"Read View",
"undo log",
"不可重复读",
"临键锁",
"幻读",
"当前读",
"快照读",
"版本链",
"脏读",
"行锁",
"间隙锁",
"隔离级别"
],
"difficulty_range": [
1,
4
],
"schema_version": "1.0.0",
"updated": "2026-09-07",
"question_files": [
"single_choice",
"fill_blank",
"code_reading",
"short_answer"
],
"stats": {
"total": 35,
"by_type": {
"single_choice": 10,
"fill_blank": 10,
"code_reading": 5,
"short_answer": 10
}
}
}