Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用完全导入命令从数据库中导入所有数据时,sql 查询是三个联合表,每个表有 1M 条记录。对数据源的第一个请求花费了太多时间。直到现在我还没有得到完整的结果。
从命令=状态,
对数据源的总请求数始终为“1”
数据导入处理程序的处理流程是什么,为什么对数据源的第一次请求如此耗时?如何提高全导入性能?
谢谢。