-
Bug
-
Resolution: Obsolete
-
Major
-
None
-
None
-
None
PutAll command for some reason now performs worse as the batch size grows. There must be some exponential computation done now that needs to be cleaned up.
The new algorithm used for the triangle splits the command per segments. This slows down everything:
From
Before: 2150 iterations (430 per thread)
After: 104 iterations (20.8 per thread)
Note:
The per-segments are only need for primary>backup communication. It is possible to split by primary owner in the originator and the primary owner would order and split by segment
(already implemented...)
- is related to
-
ISPN-6919 Improve non-tx writes (triangle)
- Closed