Changes between Initial Version and Version 1 of Ticket #4060, comment 12
- Timestamp:
- 03/16/2012 06:23:51 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4060, comment 12
initial v1 1 1 Boone - so your main reason for not moving last_activity to a new table is due to your aversion to creating a new table ? Granted wp_bp_activity already has a date_recorded column that *is* indexed, but wp_bp_activity can also get very big. 2 2 3 btw - I couldn't figure out how to implement your ideas above, so I decided to try the new table for last_activity approach. And got it working for last_activity, but it breaks too many other things, like search, due to the need for restructuring query logic.3 btw - I couldn't figure out how to implement your ideas above, so I decided to try the new table for last_activity approach. And got a hack working for last_activity, but it breaks too many other things, like search, due to the need for restructuring query logic - a task beyond me. 4 4 5 5 I'd be happy to track down wherever user activity is recorded and fetched elsewhere in BP.