我的问题是
迁移全量的sql: select * from table 成功了
迁移增量的sql: select * from table where time > ‘2023-02-15 00:00:00’ oom
全表查询,39亿导出成功,根据索引查询3000W,导出OOM,这是为啥呀
我的问题是
迁移全量的sql: select * from table 成功了
迁移增量的sql: select * from table where time > ‘2023-02-15 00:00:00’ oom
全表查询,39亿导出成功,根据索引查询3000W,导出OOM,这是为啥呀