Advertisement
VladNitu

run_compact_on_hashes

Jun 6th, 2023
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. Atlas atlas-fmbop9-shard-0 [primary] news_db> db.runCommand( { compact : "hashes_collection", force: true } )
  2. {
  3. bytesFreed: 138637312,
  4. ok: 1,
  5. '$clusterTime': {
  6. clusterTime: Timestamp({ t: 1686096239, i: 1 }),
  7. signature: {
  8. hash: Binary(Buffer.from("d34f99b7379e87918a08a997c06727dfe15ffb12", "hex"), 0),
  9. keyId: Long("7241613558851567622")
  10. }
  11. },
  12. operationTime: Timestamp({ t: 1686096239, i: 1 })
  13. }
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement