Uploaded image for project: 'Core Server'
  1. Core Server
  2. SERVER-13253

Local database 150G on new installation .

    XMLWordPrintableJSON

Details

    • Icon: Question Question
    • Resolution: Done
    • Icon: Major - P3 Major - P3
    • None
    • 2.4.9
    • Storage
    • None

    Description

      I am new to mongoDB. We have new installation with 2 sharded clusters. What I noticed that local db is 150G in size and all tables are empty. Repair database does not seems to me helped. I am sure something went wrong and I need to get a root cause of that.

      autotrader 0.203125GB
      local 156.001953125GB
      rs0:PRIMARY> use local
      switched to db local
      rs0:PRIMARY> show tables
      me
      oplog.rs
      replset.minvalid
      slaves
      startup_log
      system.indexes
      system.replset
      rs0:PRIMARY> db.me.count()
      1
      rs0:PRIMARY> db.oplog.rs.count()
      6
      rs0:PRIMARY> db.replset.minvalid.count()
      1
      rs0:PRIMARY> db.slaves.count()
      2
      rs0:PRIMARY> db.startup_log.count()
      6
      rs0:PRIMARY> db.system.indexes.count()
      4
      rs0:PRIMARY> db.system.replset.count()
      1
      rs0:PRIMARY>

      Attachments

        Activity

          People

            Unassigned Unassigned
            alex.furman@autotrader.com Alex Furman
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: