|
|
|
|
|
by winrid
485 days ago
|
|
As someone that has ran every version from 3.2 to 8 on small nodes and large clusters (~100+ nodes)... 8 is waaay faster in the real world. It's not really comparable. Your micro benchmark is comparing the few nanoseconds of the heavier query planner, but in the real world that query planner gives real benefits. Not to mention aggregations, memory management improvements, and improvements when your working set size is very large/larger than memory. |
|
Here's another dataset about performance regression doing `$inc`s as fast as possible on the same object.
Mongo 3.4.24:
Mongo 8.0.4: (higher is better)