Menu

#57 mysql performance enhancements

trunk
closed-accepted
modules (179)
5
2009-02-07
2009-02-04
Unix Dev
No

Changed all mysql types from varchar to char in order to change table type from 'dynamic' to 'fixed'. Note, some tables are still dynamic due to specific data types, blob, text, etc.

Version numbers for tables have been incremented.

Discussion

  • Unix Dev

    Unix Dev - 2009-02-04

    diff from trunk

     
  • Bogdan-Andrei Iancu

    • milestone: --> trunk
    • assigned_to: nobody --> bogdan_iancu
     
  • Bogdan-Andrei Iancu

    Hi,

    I applied the patch. However, the patch was incomplete - the table versions were changed in the DB schema, but not in the modules :). I updated this also.

    Thanks and regards,
    Bogdan

     
  • Bogdan-Andrei Iancu

    • status: open --> closed-accepted
     

Log in to post a comment.