大佬们能不能教下 Doris怎么存储超大文本?

Viewed 51

be 的 conf文件添加了 string_type_length_soft_limit_bytes= 2147483643

fe 的 conf文件添加了 string_type_hard_limit = 2147483643

可是在导出数据的时候仍然报错 ERROR 1105 (HY000): errCode = 2, detailMessage = Column count doesn't match value count

表里维三存储文本的字段都是 text类型,并且手动使用了 alter table xxxxx modify column xxxxx STRING; 语句进行了再次修改;

单条数据大小不超过 100M,可还是报 这个错;

感觉不知道咋办了

1 Answers

你是如何导出数据的,什么方式,什么语法?从报错看是 Column count doesn't match value count ,列数与提供的值对不上的报错。