草庐IT

CustomerAppId

全部标签

c# - 通过 C# 使用 MongoDB 聚合框架时的性能问题

我在通过C#使用MongoDB聚合框架时遇到了性能问题。通过Mongoshell快速运行的聚合在使用C#执行时需要很长时间。在尝试通过C#调用框架之前,我通过Mongoshell执行了以下聚合以检查一切是否正常:db.runCommand({aggregate:"actions",pipeline:[{$match:{CustomerAppId:"f5357224-b1a8-4f1a-8ea2-a06a00ca597a",ActionName:"install"}},{$group:{_id:{CustomerAppId:"$CustomerAppId",ActionDate:"$Ac