Commit 034a3a5b by Tomas Dvorak

typos in readme fixed

parent 7e87bd34
......@@ -149,7 +149,7 @@ Variety can also read that option and mute unnecessary output. This is useful in
$ mongo test --quiet --eval "var collection = 'users', sort = { updated_at : -1 }" variety.js
#### Log Keys and Types As They Arrive Option ####
Sometimes you want to see the keys and types come in as it happens. Maybe you have a large dataset and want accurate results, but you also are impatent and want to see something now. Or maybe you have a large mangled dataset with crazy keys (that probably shouldn't be keys) and variety is going out of memory. This option will show you the keys and types as they come in and help you identify problems with your dataset without needing the variety script to finish.
Sometimes you want to see the keys and types come in as it happens. Maybe you have a large dataset and want accurate results, but you also are impatient and want to see something now. Or maybe you have a large mangled dataset with crazy keys (that probably shouldn't be keys) and Variety is going out of memory. This option will show you the keys and types as they come in and help you identify problems with your dataset without needing the Variety script to finish.
$ mongo test --eval "var collection = 'users', sort = { updated_at : -1 }, logKeysContinuously = true" variety.js
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment