Files
examination/topics/interview-prep/database-advanced/meta.json
T

25 lines
653 B
JSON
Raw Normal View History

{
"slug": "database-advanced",
"name": "数据库进阶",
"description": "B+树索引优化、EXPLAIN执行计划、Redis集群/哨兵、混合持久化、慢查询优化",
"tags": [],
"question_files": {
"single_choice": "single_choice.json",
"true_false": "true_false.json",
"fill_blank": "fill_blank.json",
"short_answer": "short_answer.json",
"code_reading": "code_reading.json"
},
"stats": {
"total": 35,
"by_type": {
"single_choice": 10,
"true_false": 5,
"fill_blank": 10,
"short_answer": 5,
"code_reading": 5
}
},
"created": "2026-09-09",
"updated": "2026-09-09"
}