1. 23 Mar, 2007 2 commits
    • Yoshinori Okuji's avatar
      Some optimization. Here are the details: · 1764ba15
      Yoshinori Okuji authored
      * SQLDict_assignMessage.zsql
      
      Avoid unnecessary assignments. Reduce message size.
      
      * SQLDict_setPriority.zsql
      
      Reduce message size.
      
      * SQLDict_readMessageList.zsql
      
      Remove unnecessary GROUP BY.
      Add uid into ORDER BY so that messages are enumerated
      mostly in the order of insertions, which potentially reduces
      chances that messages will be reordered later.
      
      * SQLDict_readMessage.zsql
      
      Use DISTINCT and GROUP BY, only if necessary.
      Add uid into ORDER BY for the same reason as above.
      
      * SQLDict_createMessageTable.zsql
      
      Specify NOT NULL whenever possible to reduce data size.
      Use SMALLINT instead of INT for processing_node to reduce data size.
      Remove useless indexes to reduce the cost of UPDATE.
      
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13582 20353a03-c40f-0410-a6d1-a30d3c3de9de
      1764ba15
    • Rafael Monnerat's avatar
      Some typo improved. · da611485
      Rafael Monnerat authored
      Show the report root without start and stop date too.
      
      
      
      git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@13581 20353a03-c40f-0410-a6d1-a30d3c3de9de
      da611485
  2. 22 Mar, 2007 34 commits
  3. 21 Mar, 2007 4 commits