Add coll.indexPagesInRAM shell helper

XMLWordPrintableJSON

    • None
    • 3
    • None
    • None
    • None
    • None
    • None
    • None

      Add this helper:

      DBCollection.prototype.indexPagesInRAM = function(name, opt) {
          var ns = this.getName() + ".$" + name;
          var cmd = { storageDetails: ns, analyze: 'pagesInRAM' };
          if (typeof(opt) == 'object') Object.extend(cmd, opt);
          return this._db.runCommand(cmd);
      }
      

            Assignee:
            DO NOT USE - Backlog - Platform Team
            Reporter:
            Scott Hernandez (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: