Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #4060, comment 4


Ignore:
Timestamp:
03/11/2012 06:41:48 PM (13 years ago)
Author:
shanebp
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4060, comment 4

    v1 v2  
    11The more I look at this, the more I'm convinced that BP will _never_ scale while member last_activity is stored in wp_usermeta.
    22
    3 Moving last_activity into wp_users makes the most sense but would go against WP and make updating a mess.
     3Moving last_activity into wp_users makes the most sense but would go against WP and make updating a mess. [ Any chance of convincing WP to make that change? lol ]
    44
    55So I'm going to try changing update_user_meta to write to a separate table and point Select statements to that table. Still a bunch of work.