Copied!
MongoDB Performance Advisor
Generated at: 2025-12-12T13:01:12.644645
432
Profiler entries
15
Databases scanned
7
Query shapes with recommendations

Index Recommendations

Efile_Log_Dev.Request_Response_Log (1 samples) — severity: critical
Index missing
Query Diagnostics
  • Plan Summary:
  • Samples: 1
  • avgMillis: 564 ms
  • maxMillis: 564 ms
  • totalDocsExamined: 630682
  • maxDocsExamined: 630682
  • maxKeysExamined: 0
  • avgNReturned: 0
Suggested Index:
{'Created_Date_Time': -1}
Create Index Command: db.getSiblingDB('Efile_Log_Dev').getCollection('Request_Response_Log').createIndex({"Created_Date_Time": -1})
Efile_Log_Dev.Request_Response_Log (1 samples) — severity: critical
Index missing
Query Diagnostics
  • Plan Summary:
  • Samples: 1
  • avgMillis: 465 ms
  • maxMillis: 465 ms
  • totalDocsExamined: 630682
  • maxDocsExamined: 630682
  • maxKeysExamined: 0
  • avgNReturned: 0
Suggested Index:
{'Created_Date_Time': -1, 'LinkReturnDetailEntryId': 1}
Create Index Command: db.getSiblingDB('Efile_Log_Dev').getCollection('Request_Response_Log').createIndex({"Created_Date_Time": -1, "LinkReturnDetailEntryId": 1})
Instant_TinMatching_Dev.Instant_TinMatching_Details (1 samples) — severity: medium
Index missing
Query Diagnostics
  • Plan Summary:
  • Samples: 1
  • avgMillis: 66 ms
  • maxMillis: 66 ms
  • totalDocsExamined: 17911
  • maxDocsExamined: 17911
  • maxKeysExamined: 17912
  • avgNReturned: 0
Suggested Index:
{'Created_Date_Time': -1, 'Status': 1, '_id': 1}
Create Index Command: db.getSiblingDB('Instant_TinMatching_Dev').getCollection('Instant_TinMatching_Details').createIndex({"Created_Date_Time": -1, "Status": 1, "_id": 1})
SpanPostal_Dev.LetterRequestData (1 samples) — severity: low
Index missing
Query Diagnostics
  • Plan Summary:
  • Samples: 1
  • avgMillis: 50 ms
  • maxMillis: 50 ms
  • totalDocsExamined: 19056
  • maxDocsExamined: 19056
  • maxKeysExamined: 0
  • avgNReturned: 0
Suggested Index:
{'UpdatedDate': -1}
Create Index Command: db.getSiblingDB('SpanPostal_Dev').getCollection('LetterRequestData').createIndex({"UpdatedDate": -1})
SpanPostal_Dev.RequestResponseLog (1 samples) — severity: medium
Index missing
Query Diagnostics
  • Plan Summary:
  • Samples: 1
  • avgMillis: 73 ms
  • maxMillis: 73 ms
  • totalDocsExamined: 9287
  • maxDocsExamined: 9287
  • maxKeysExamined: 0
  • avgNReturned: 0
Suggested Index:
{'CreatedTimeStamp': -1, 'IsDeleted': 1}
Create Index Command: db.getSiblingDB('SpanPostal_Dev').getCollection('RequestResponseLog').createIndex({"CreatedTimeStamp": -1, "IsDeleted": 1})
SpanPostal_Dev.LetterRequestData (2 samples) — severity: medium
Index missing
Query Diagnostics
  • Plan Summary:
  • Samples: 2
  • avgMillis: 58 ms
  • maxMillis: 63 ms
  • totalDocsExamined: 38272
  • maxDocsExamined: 19136
  • maxKeysExamined: 0
  • avgNReturned: 0
Suggested Index:
{'UpdatedDate': -1}
Create Index Command: db.getSiblingDB('SpanPostal_Dev').getCollection('LetterRequestData').createIndex({"UpdatedDate": -1})
SpanPostal_Dev.LetterRequestData (1 samples) — severity: medium
Index missing
Query Diagnostics
  • Plan Summary:
  • Samples: 1
  • avgMillis: 57 ms
  • maxMillis: 57 ms
  • totalDocsExamined: 19136
  • maxDocsExamined: 19136
  • maxKeysExamined: 0
  • avgNReturned: 0
Suggested Index:
{'UpdatedDate': -1}
Create Index Command: db.getSiblingDB('SpanPostal_Dev').getCollection('LetterRequestData').createIndex({"UpdatedDate": -1})