如何备份infobright的RIGHTHOUSE表
Infobright是开源的MySQL数据仓库解决方案。支持列式存储。默认的存储引擎:BRIGHTHOUSE。
使用mysqldump备份BRIGHTHOUSE表时需要加上single-transaction,否则报错
mysqldump: Got error: 1031: Table storage engine for 'BRIGHTHOUSE' doesn't have this option when using LOCK TABLES
Infobright是开源的MySQL数据仓库解决方案。支持列式存储。默认的存储引擎:BRIGHTHOUSE。
使用mysqldump备份BRIGHTHOUSE表时需要加上single-transaction,否则报错
mysqldump: Got error: 1031: Table storage engine for 'BRIGHTHOUSE' doesn't have this option when using LOCK TABLES