用户在插入数据到IQ时,会发生报错 Temporary space limit exceeded, 咋一看以为是IQ TEMP DBSPACE满了,
其实不是IQ Main Store, 而是Catalog数据库: SQL Anywhere , 我们需要调整参数中的 -cl, -ch ,调大一些,
然后也需要调整temp目录, 使他从/tmp默认目录改为更大的 /data01/iqdm .
1. 查询 select file_name from SYS.SYSDBFILE where dbfile_name = 'temporary'
/tmp/.SQLAnywhere/iqdm_s06/tmp/tmp_000000
2. 参考
2053506 - SAP IQ: ASA/Catalog Temporary space limit exceeded. How IQ use temporary file in /tmp?
3. 修改参数后重新启动。
来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/35489/viewspace-2213929/,如需转载,请注明出处,否则将追究法律责任。