Changes between Version 1 and Version 2 of Ticket #4060, comment 4
- Timestamp:
- 03/11/2012 06:41:48 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4060, comment 4
v1 v2 1 1 The more I look at this, the more I'm convinced that BP will _never_ scale while member last_activity is stored in wp_usermeta. 2 2 3 Moving last_activity into wp_users makes the most sense but would go against WP and make updating a mess. 3 Moving 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 ] 4 4 5 5 So 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.