|
Hi dcrosta,
I'd prefer to keep the "show collections" output simple and continue providing collection size and other stats using the .stats() method:
test@mongolord> version()
|
4.0.1
|
test@mongolord> db.version()
|
4.0.1
|
|
test@mongolord> show collections
|
foo
|
test
|
|
test@mongolord> db.foo.stats()
|
{
|
"ns" : "test.foo",
|
"size" : 55,
|
"count" : 1,
|
"avgObjSize" : 55,
|
"storageSize" : 16384,
|
...
|
I'm going to close this as "Won't Fix" for now, but if I missed something please let me know.
Thank you for using MongoDB!
|