We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
indexStats
1 parent 44b7968 commit bcc8faeCopy full SHA for bcc8fae
2 files changed
README.md
@@ -58,6 +58,8 @@ Get stats for all collections from a MongoDB instance. Following commands will b
58
59
* `$collStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/collStats/));
60
61
+* `$indexStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/indexStats/));
62
+
63
* `$planCacheStats` aggregation ([doc](https://www.mongodb.com/docs/v5.0/reference/operator/aggregation/plancachestats/));
64
65
* queries `_id` of the oldest doc in each collection.
package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "index-alignment",
3
- "version": "2.8-0.0.1",
+ "version": "2.8-0.0.2",
4
"main": "dist/index.js",
5
+ "private": true,
6
"type": "module",
7
"files": [
8
"dist/**/*"
0 commit comments