arkdb/inception

inception_max_update_rows 参数限制

dxtywt opened this issue · 0 comments

默认 inception_max_update_rows=10000
执行了一个update语句,根据条件select 实际只有两行,报more than 10000.
语句加了limit 2,结果还是一样