Thomas Rückstieß
Thomas Rückstieß
Should extend the DBCollection object to do ``` db.foo.schema() ``` and return the serialized version of the schema found in the collection. Should thinly wrap `.find()` with all its parameters,...
Instead of converting `string` to `text` / `category` type, provide native type and add a boolean flag `$category`. Provide a parameter to determine how many values make a category.
If the string is longer than let's say 100 characters, it's probably a `text` and not a `category`. Make the number configurable via `data.maxCategoryLength`.
Currently the initial view (zoom and pan) are determined by the first/last timestamps in the log file. When `--optime-start` is used and the operations take a long time, the view...
A "fast hint" is a check whether or not a logline has a certain property, for example a duration, or numYields, etc. without actually extracting the information. With these fast...
e.g. get "distinct" vs. "isMaster" vs ... proposed variable name `logline.command_type`
Currently, mtools only has a single log parser component. We need to have an easy way to switch out log parsing functionality. Use cases - Akira is evaluating a native...
The change in #218, #219 needs to be documented on the wiki. ``` mlogfilter mongod.log --thread conn1234 ``` This now also matches the "connection accepted" line for the connection `conn1234`,...