慢查询问题
#994
Replies: 2 comments 6 replies
-
/// <summary>
/// 实体类型
/// </summary>
public Type EntityType { get; }
/// <summary>
/// 实体类型的元数据
/// </summary>
public TableInfo Table { get; } |
Beta Was this translation helpful? Give feedback.
4 replies
-
可以尝试在日志中打印 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
请问我这边记录超两秒的SQL语句,但具体是那个方法生成的SQL 导致慢查询。我是不清楚的。
我查了下委托方法的参数好像也没有见到。
请问我如何知道是那个方法。生成的SQL语句是慢查询?
Beta Was this translation helpful? Give feedback.
All reactions