我刚看了下。
之所以在 titan 没有看到文件,是因为写入的数据还在 cache 中,没有实际落盘,可以写多点就可以看到效果了。
第二个问题 RROR 1048 (23000): Column ‘pd’ cannot be null 报错,关闭 titan 也存在。可能是 tidb 的 bug,超过了某个长度处理不了
[image]
mysql> select lpad('a',6553555,'a');
+-----------------------+
| lpad('a',6553555,'a') |
+-----------------------+
| NUL…