prewrite time commit time 时间长 怎么定位问题

这个得看你count()的是哪个字段了,count是会忽略值为null的数据的。所以最好是count(1)或者count(*),而不是指定字段名