EntityFramework 中的 ExecuteReader 需要 15 秒来提供输出但是存储过程在 1 秒内返回响应

问题描述 投票:0回答:0

我有一个调用存储过程返回 3 个数据集的 API 方法。我已经使用 ExecuteReader 从存储过程中获取结果!

问题: 存储过程在 1 秒内返回数据,但 executeReader 需要 15 t0 20 秒才能产生输出。我可以知道这里有什么问题吗?

entity-framework webapi executereader
© www.soinside.com 2019 - 2024. All rights reserved.