Mysql中操作数据库,删除大量数据提示 [Err] 1197 - Multi-statement transaction required more than 'max_binlog_cache_size' bytes of storage; increase this mysqld variable and try again的解决方法,以及批量插入大量数据的优化
mysql存在自己的缓存机制,尝试到10条数据的时候可以delete批量删除,可是超过上限就出现上述错误,查询,插入出现服务器停留问题
查询应做好索引,分段查询,添加,可以解决突增数据处理问题