Drop table 之后create table as select 数据缺少

Viewed 11

调度任务每天定时执行写入,drop table之后,create table as select...
,但是突然某天发现部分数据量大于60w的表,执行影响调试显示只有60w,好像是被截断了。但是这个稳定无法稳定复现。这种情况会有哪些可能的原因呢?
image.png

0 Answers