<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>SQL on haifeiWu</title><link>https://haifeiWu.github.io/tags/sql/</link><description>Recent content in SQL on haifeiWu</description><generator>Hugo -- gohugo.io</generator><language>zh-cn</language><managingEditor>whfstudio@163.com (haifeiWu)</managingEditor><webMaster>whfstudio@163.com (haifeiWu)</webMaster><copyright>© 2016～2026 haifeiWu</copyright><lastBuildDate>Mon, 23 Apr 2018 21:37:17 +0800</lastBuildDate><atom:link href="https://haifeiWu.github.io/tags/sql/index.xml" rel="self" type="application/rss+xml"/><item><title>复杂业务下向 MySQL 导入 30万条数据代码优化的踩坑记录</title><link>https://haifeiWu.github.io/posts/fuzayewuxiaxiangmysqldaoru30wantiaoshujudaimayouhuadecaikeng/</link><pubDate>Mon, 23 Apr 2018 21:37:17 +0800</pubDate><author>whfstudio@163.com (haifeiWu)</author><guid>https://haifeiWu.github.io/posts/fuzayewuxiaxiangmysqldaoru30wantiaoshujudaimayouhuadecaikeng/</guid><description>另外，在 information_schema 下面有三张表：INNODB_TRX、INNODB_LOCKS、INNODB_LOCK_WAITS（解决问题方法），通过这三张表，可以更简单地监控当前的事务并分析可能存在的问题。kill 进程 ID，发生上面错误的根本原因在业务逻辑代码…</description></item><item><title>MySQL 的七种 join</title><link>https://haifeiWu.github.io/posts/mysql--de-qi-zhong--join/</link><pubDate>Mon, 06 Feb 2017 00:00:00 +0800</pubDate><author>whfstudio@163.com (haifeiWu)</author><guid>https://haifeiWu.github.io/posts/mysql--de-qi-zhong--join/</guid><description>对于 SQL 的 Join，在学习起来可能是比较乱的。我们知道，SQL 的 Join 语法有很多 inner 的，有 outer 的，有 left 的，有时候，对于 Select 出来的结果集是什么样子有点不是很清楚。Coding Horror 上有一篇文章（实在不清楚</description></item></channel></rss>