索引
在系统中,为了提高查询性能,
这里 主要记录 InnoDB存储引擎的索引,
InnoDB 支持一下几种常见的索引B+Tree索引
全文索引
Hash索引
最近有兴趣阅读一下 Tomcat 源码 先把准备工作做一下, 有时间在深入阅读。 嘻嘻
maven tomcat idea
MySql提供了EXPLAIN语法用来进行查询分析,在SQL语句前加一个”EXPLAIN”即可。比如我们要分析如下SQL语句:
explain select * from table where table.id = 1
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
$ hexo new "My New Post"
More info: Writing
Apache AB 性能测试工具,这是 apache 免费自带的 性能测试工具, 就在 apache bin目录下,他能模拟多个并发请求,主要用来测试你的 服务每秒能承受多少并发请求。
本篇文章记录一下Spring中,BeanFactory 与 ApplicationContext 中 bean 的生命周期过程,参考网上资料,总结如下