摘要: 《高性能MySQL》这应该是本好书,因为很多有趣且重要的内容都出自这里。 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(16) 评论(0) 推荐(0)
摘要: 索引 主键索引 二级索引(非主键的索引) mysql两个引擎的区别在上面的图中体现出来了。 B+tree索引 下面的图是从网上找的... 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(21) 评论(0) 推荐(0)
摘要: 1.mysql能存多少数据? 这是一个模糊的问题,我来解释一下。 让我们具体一点,如下: 一个表里面可以有多少行? 一个表里面可以有... 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(16) 评论(0) 推荐(0)
摘要: mysql自带的客户端能用,但是毫无用户体验可言。 使用python编写mycli非常好用,下面简单说一下它好用的特性有哪些。 我用... 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(24) 评论(0) 推荐(0)
摘要: 起因:我在使用mycli的过程中发现乱码了(在我工作的电脑上win10),我去搜索解决方案。 发现了github上这个issue,... 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(58) 评论(0) 推荐(0)
摘要: sql的执行过程 如何优化 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(27) 评论(0) 推荐(0)
摘要: https://golangbyexample.com/workspace-hello-world-golang/ it is no... 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(25) 评论(0) 推荐(0)
摘要: https://golangbyexample.com/variables-in-golang-complete-guide/#Wh... 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(71) 评论(0) 推荐(0)
摘要: https://golangbyexample.com/about-golang/ Overview This is the fir... 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(34) 评论(0) 推荐(0)
摘要: 关键字 主要有几个我不熟悉: chan defer fallthrough interface map range struct ... 阅读全文
posted @ 2022-03-06 10:37 叶常落 阅读(20) 评论(0) 推荐(0)