Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 413 Bytes

ji-ben-zu-jian.md

File metadata and controls

11 lines (6 loc) · 413 Bytes

基本组件

数据库

主要分为SQL和No-SQL,

基本概念 事务,存储引擎,隔离级别 数据库的事务隔离级别有哪些?各有哪些优缺点?

数据库设计与优化 范式和反范式,索引的类型 数据库有哪些常见索引?数据库设计的范式是什么?

数据库原理及高级特性 分区分表,分布式 Redis 如何实现分布式锁?