SouthbankSoftware / dbkoda

State of the art MongoDB IDE
https://www.dbkoda.com
GNU Affero General Public License v3.0
870 stars 43 forks source link

Add new config In aggregation #32

Open wzquyin opened 5 years ago

wzquyin commented 5 years ago

When we use aggregate builder ,the script start with use databasename;

dbk_agg.sampleSize = 100; dbk_agg.useLimitSample= true; ...

then run the script,show the result

but the results count limit by mongo shell DBQuery.shellBatchSize

can you add a new set at start stage ,just like sampleSize to set the mongoshell limit ?

some times we know the result count like $group...and we can use export csv to save the result.