Fix bad query execution plan when executing SQL{Dict,Queue}_validateMessageList.
serialization_tag is checked for equality, but processing_node is checked for inequality. So the right index column order is serialization_tag then processing_node. serialization_tag is not used in a where-expression in any other zsqlmethod, so previous index can be removed to save space and insertion speed. git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24165 20353a03-c40f-0410-a6d1-a30d3c3de9de
Showing
Please register or sign in to comment