Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. {
  2. "query": {
  3. "find": "payroll_journal_info",
  4. "filter": {
  5. "company": {
  6. "$oid": "5bd8ebb2da32c84e2839d91b"
  7. },
  8. "version": {
  9. "$binary": "PHh4eHh4eD4=",
  10. "$type": 3
  11. },
  12. "generationComplete": {
  13. "$ne": true
  14. },
  15. "isDeleted": false
  16. },
  17. "maxTimeMS": 10000,
  18. "limit": 1,
  19. "singleBatch": true,
  20. "lsid": {
  21. "id": {
  22. "$uuid": "f1458b67-8f0c-e34c-0abf-b91d50f54c97"
  23. }
  24. },
  25. "$clusterTime": {
  26. "clusterTime": {
  27. "$timestamp": {
  28. "t": 1579544933,
  29. "i": 70
  30. }
  31. },
  32. "signature": {
  33. "keyId": 6726031575672160000,
  34. "hash": {
  35. "$binary": "PHh4eHh4eD4=",
  36. "$type": 0
  37. }
  38. }
  39. },
  40. "$db": "core",
  41. "$readPreference": {
  42. "mode": "primary"
  43. }
  44. },
  45. "planSummary": [
  46. {
  47. "IXSCAN": {
  48. "company": 1,
  49. "journal": 1
  50. }
  51. }
  52. ],
  53. "keysExamined": 51088,
  54. "docsExamined": 51088,
  55. "cursorExhausted": 1,
  56. "numYields": 399,
  57. "nreturned": 1,
  58. "reslen": 435,
  59. "locks": {
  60. "Global": {
  61. "acquireCount": {
  62. "r": 800
  63. }
  64. },
  65. "Database": {
  66. "acquireCount": {
  67. "r": 400
  68. }
  69. },
  70. "Collection": {
  71. "acquireCount": {
  72. "r": 400
  73. }
  74. }
  75. },
  76. "protocol": "op_msg",
  77. "millis": 108
  78. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement