1. 21 Aug, 2012 1 commit
  2. 14 Aug, 2012 1 commit
  3. 09 Aug, 2012 1 commit
  4. 03 Aug, 2012 1 commit
    • Julien Muchembled's avatar
      CMFActivity: try to reserve older messages first (ORDER BY priority, date) · 093c6e7a
      Julien Muchembled authored
      This reverts commit 2a84df59 partially.
      With a good index, requests should be fast enough to avoid locks.
      
      Use following requests to update activity tables:
      
      ALTER TABLE message DROP KEY processing_node_date, ADD KEY processing_node_priority_date (processing_node, priority, date);
      ALTER TABLE message_queue DROP KEY processing_node_date, ADD KEY processing_node_priority_date (processing_node, priority, date);
      093c6e7a
  5. 31 Jul, 2012 1 commit
  6. 30 Jul, 2012 2 commits
  7. 26 Jul, 2012 4 commits
  8. 25 Jul, 2012 1 commit
  9. 24 Jul, 2012 1 commit
    • Tatuya Kamada's avatar
      Make id dict updating more scalable. · d2189e27
      Tatuya Kamada authored
      - Avoid to create too much OIDs when updateLastMaxIdDictFromTable
      - Add a parameter 'id_group' into IdTool_zGetValueList for the
        scalability of updateLastMaxIdDictFromTable().
        This parameter is intended to use with CMFActivity
        (see TestIdTool.test_08_updateLastMaxIdDictFromTable).
      d2189e27
  10. 23 Jul, 2012 3 commits
  11. 20 Jul, 2012 4 commits
  12. 19 Jul, 2012 2 commits
  13. 17 Jul, 2012 2 commits
  14. 13 Jul, 2012 8 commits
  15. 11 Jul, 2012 3 commits
  16. 10 Jul, 2012 5 commits