Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
freeeve committed Sep 12, 2012
1 parent 409c035 commit fd9945d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,17 +27,17 @@ example run
$ mongo mongochess --shell indexStats.js
...
> db.indexStats();
scanning profile with 2149 records... this could take a while.
warning, no index for query:
{ "moves.score" : 2 }
... millis: 52
... nscanned/n: 16334/0
... scanAndOrder: false
warning, no index for query:
scanning profile {ns:"mongochess.positions"} with 3351 records... this could take a while.
warning, no index for query {ns:"mongochess.positions"}:
{ "query" : { "moves.score" : 2 }, "orderby" : { "bestScore" : 1 } }
... millis: 46
... millis: 47
... nscanned/n: 16334/0
... scanAndOrder: true
warning, no index for query {ns:"mongochess.positions"}:
{ "moves.score" : 2 }
... millis: 48
... nscanned/n: 16334/0
... scanAndOrder: false
checking for unused indexes in: positions
this index is not being used:
"priority_1"
Expand Down

0 comments on commit fd9945d

Please sign in to comment.