load :
mysql -uroot pv_dw -e "
load data infile '/opt/pvlog/xx.txt' into table tablename
fields terminated by '\t'
enclosed by 'NULL' lines terminated by '\n'
"
性能配置:http://www.wentrue.net/blog/?p=289
vim /opt/mysql_data/infob/brighthouse.inibrighthouse.ini的几个主要参数如下:
- ServerMainHeapSize:服务进程的主堆栈空间,存储临时数据,如果可能,尽量把它设置得大一些,以免跟磁盘的IO过多。
- ServerCompressedHeapSize:服务进程的压缩堆栈空间,存放压缩数据。
- LoaderMainHeapSize:infobright独有的数据loader进程的堆栈空间。
阅读(1521) | 评论(1) | 转发(0) |