Thomas Rückstieß

Results 28 issues of 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,...

enhancement

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`.

enhancement

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...

bug
mplotqueries

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...

feature request
util/other

e.g. get "distinct" vs. "isMaster" vs ... proposed variable name `logline.command_type`

feature request
util/other

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...

util/other
task

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`,...

docs