随笔分类 - mysql
mysql数据库
摘要:于一些数据量较大的系统,面临的问题除了是查询效率低下,还有一个很重要的问题就是插入时间长。我们就有一个业务系统,每天的数据导入需要4-5个钟。这种费时的操作其实是很有风险的,假设程序出了问题,想重跑操作那是一件痛苦的事情。因此,提高大数据量系统的MySQLinsert效率是很有必要的。 经过对MySQL的测试,发现一些可以提高insert效率的方法,供大家参考参考。 1、一条SQL语句插入多条数据。 常用的插入语句如:INSERT INTO `insert_table` (`datetime`, `uid`, `content`, `type`) VALUES ('0',
阅读全文
摘要:在监控系统资源的时候要关闭防火墙,否则会出现以下错误:Monitor name :UNIX Resources. Cannot initialize the monitoring on 192.168.136.143. Error while creating the RPC client. Ensure that the machine can be connected and that it runs the rstat daemon (use rpcinfo utility for this verification). Detailed error: RPC: Failed to cr
阅读全文
摘要:1 安装make编译器下载地址: http://www.gnu.org/software/make/tarzxvfmake-3.82.tar.gzcdmake-3.82./configuremakemakeinstall注释:centos中不需要安装.2 C++编译器http://www.gnu.org/software/gcc/tarzxvfgcc-c++-4.4.4.tar.gzcdgcc-c++-4.4.4./configuremakemakeinstall注释:centos系统可直接运行: yum install gcc-c++ 安装3 和分析器bison下载地址: http://ww
阅读全文
浙公网安备 33010602011771号