text字段插入报错, titan目录无文件

我刚看了下。

  1. 之所以在 titan 没有看到文件,是因为写入的数据还在 cache 中,没有实际落盘,可以写多点就可以看到效果了。

  2. 第二个问题 RROR 1048 (23000): Column ‘pd’ cannot be null 报错,关闭 titan 也存在。可能是 tidb 的 bug,超过了某个长度处理不了

mysql> select lpad('a',6553555,'a');
+-----------------------+
| lpad('a',6553555,'a') |
+-----------------------+
| NULL                  |
+-----------------------+
1 row in set (0.05 sec)