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 查询时间。
在用户选择的每一页上计算这个计数是没有意义的。
我的问题是如何避免在每一页上计算这个计数?
使用模型属性存储此计数是否明智?
你有什么建议?
我最终添加了原始 sql 来改进查询。这成功了,现在每个分页需要大约 3 毫秒。