Improve "ORDER BY" condition:
- remove uid and date sort, they causes pathologic cases in "site reindexation" payloads: Module indexation creates per-module batches of activities. All activities in a given batch will have identical date values, so indexation will happen on only one module at a time, which creates a bottleneck on setups where modules are scattered to multiple ZEOs (precisely to paralellise work on different modules). - random sort added for multinode setups (see dtml comment, this is serious) git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29672 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment