zoukankan      html  css  js  c++  java
  • MySQL文章参考


    LINUX上MYSQL优化三板斧
    http://blog.sae.sina.com.cn/archives/2482


    MySQL 索引原理及慢查询优化
    https://blog.csdn.net/zhanghongzheng3213/article/details/51722506


    B+树索引和哈希索引的区别
    http://imysql.com/2016/01/06/mysql-faq-different-between-btree-and-hash-index.shtml


    10分钟让你明白MySQL是如何利用索引的
    http://www.fordba.com/spend-10-min-to-understand-how-mysql-use-index.html


    MySQL索引背后的数据结构及算法原理
    http://blog.jobbole.com/24006/


    EXPLAIN执行计划中要重点关注哪些要素
    http://imysql.com/2015/11/04/mysql-faq-some-important-in-explain.shtml


    解读EXPLAIN执行计划中的key_len
    http://imysql.com/2015/10/20/mysql-faq-key-len-in-explain.shtml


    EXPLAIN 命令详解
    http://www.cnblogs.com/gomysql/p/3720123.html


    Performance Tuning MySQL
    http://www.cnblogs.com/gomysql/p/3833526.html


    MySQL 中隔离级别 RC 与 RR 的区别
    http://www.cnblogs.com/digdeep/p/4968453.html

    MySQL+InnoDB semi-consitent read原理及实现分析
    http://hedengcheng.com/?p=220

    MySQL使用可重复读作为默认隔离级别的原因
    http://www.cnblogs.com/vinchen/archive/2012/11/19/2777919.html

    MySQL 一致性读 深入研究
    http://www.cnblogs.com/digdeep/p/4947694.html

    How InnoDB performs a checkpoint
    https://www.xaprb.com/blog/2011/01/29/how-innodb-performs-a-checkpoint/

    InnoDB原生Checkpoint策略及各版本优化详解
    http://hedengcheng.com/?p=88

    InnoDB Insert Buffer实现详解
    http://hedengcheng.com/?p=94

    InnoDB Page Structure(InnoDB页面结构详解)
    http://hedengcheng.com/?p=118

    InnoDB Log Block Structure(InnoDB日志Block结构详解)
    http://hedengcheng.com/?p=124

    MySQL Row Format(MySQL行格式详解)
    http://hedengcheng.com/?p=127

  • 相关阅读:
    bzoj3505[CQOI2014]数三角形
    COGS103&tyvj1899 [NOIP2002]矩形覆盖
    bzoj4318OSU &tyvj1952 Easy
    tyvj1863[Poetize I]黑魔法师之门
    hook框架frida某个类下的所有方法名字模板
    逆向so文件调试工具ida基础知识点
    linux上安装mitmproxy
    linux配置SOCK5代理
    hook框架frida 绕过fillder证书认证
    LeetCode 455. 分发饼干
  • 原文地址:https://www.cnblogs.com/l10n/p/12605580.html
Copyright © 2011-2022 走看看