-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Aggregation Framework
-
Fully Compatible
-
v4.4, v4.2
When reading from stdin, mqlrun makes small, unbuffered reads that hurt performance with small documents. A spike solution using buffered reads increases small-document performance 2x to 5x depending on the input volume.