- Performance improvement: made 'sid' the primary key of the sessions table. That should improve performance of session handling as well improve performance of the "Who's online"-block. Drupal.org's sessions table contains appr. 40.000 sessions on a slow day and rendering the "Who's online"-block became a performance bottleneck. This change has yet to be tested on a busy site so things might go wrong.
parent
7a5884cd
Showing
- database/database.mysql 1 addition, 1 deletiondatabase/database.mysql
- database/updates.inc 12 additions, 1 deletiondatabase/updates.inc
- includes/session.inc 1 addition, 1 deletionincludes/session.inc
- modules/user.module 1 addition, 1 deletionmodules/user.module
- modules/user/user.module 1 addition, 1 deletionmodules/user/user.module
Loading
Please register or sign in to comment