c++ 面試題(數據庫)

1,索引的原理:php

  http://www.javashuo.com/article/p-szrrqrjn-dw.htmlhtml

  https://blog.csdn.net/qq_32924343/article/details/80199977(值得一看)mysql

2,聚簇索引和非聚簇索引:算法

  重要區別:該索引中鍵值的邏輯順序是否決定了實際表中相應行的物理順序。sql

  https://www.cnblogs.com/shanshanlaichi/p/6568097.html數據庫

3,mysql cluster原理:性能

  關鍵點:主從同步:同步複製策略,2pc(兩階段提交協議來實現,四次消息傳遞)優化

  http://www.javashuo.com/article/p-swcceccs-z.html.net

4,分庫和分表:日誌

  https://www.cnblogs.com/sunny3096/p/8595058.html

  引出水平分表時的一致性哈希算法:

  參考:http://www.javashuo.com/article/p-tzgogqcu-cr.html

                  單點故障問題:https://blog.csdn.net/dinglang_2009/article/details/7016193

5,mysql 主從模式:

  http://www.javashuo.com/article/p-gyoofqsz-k.html

6,query cache 原理:

  https://blog.csdn.net/tonyxf121/article/details/7856361

7,mysql 數據庫中 Innodb 和 MyISAM  引擎的區別:

  https://blog.csdn.net/nwpu_geeker/article/details/79694773

8,MySQL 爲何用 B+ 樹而不用紅黑樹?

  http://www.javashuo.com/article/p-klhpptmc-gp.html

9,MySql 底層原理:

  http://www.javashuo.com/article/p-hevaaszz-k.html

10,數據庫事務回滾方法:

  undo,redo,undo/redo 日誌進行恢復操做。

11,樂觀鎖和悲觀鎖:

  https://blog.csdn.net/L_BestCoder/article/details/79298417

12,MySql 的優化策略:

  http://www.javashuo.com/article/p-otowtrkb-bb.html

13,數據庫事務的底層原理:

  http://www.javashuo.com/article/p-qohyygns-eq.html

14,聯合索引須要注意什麼?

  https://www.phpsong.com/586.html

       聯合索引爲何是最左匹配?

       http://www.javashuo.com/article/p-efxuillj-mv.html

15,如何定位、排除和避免MySql 數據庫性能問題?

  https://blog.csdn.net/madman_G/article/details/80516276

相關文章
相關標籤/搜索