Due to error in client code, mongodb have created many "mr.mapreduce...." collections, how to remove them all (by mask maybe).
|
feedback
|
|
I run script in interactive shell:
It resolved my problem. | |||||||||
feedback
|
|
Temporary map-reduce table should be cleaned up when the connection which created them is closed:
-- MongoDB docs If not, you could delete them using them same method you would delete any other collection. It might get a bit repetitive though. | |||
|
feedback
|
|
Another way to achieve the same thing is this snippet:
Pro: It won't try to collect all your namespaces into a JavaScript Array. MongoDB segfaults on too many namespaces. | |||
|
feedback
|