Allow custom initialization of IntelliShell
Allow custom initialization or settings for IntelliShell, for example, I always have to execute:
rs.slaveOk();
DBQuery.shellBatchSize = 1000;
4
votes
Alex Paransky
shared this idea
-
Scott Coffin commented
By default the IntelliShell opens with a a find({}) query. I'd like to change that to be aggregate([{}]). The vast majority of times that I open IntelliShell is to wirte an aggregate query. I can write the aggregation query faster in the shell than I can in the dedicated Aggregate window/tool.