Opened 15 years ago
Closed 14 years ago
#717 closed enhancement (no action required)
MySQL improvement
Reported by: | wildrot | Owned by: | |
---|---|---|---|
Milestone: | 1.5 | Priority: | minor |
Severity: | Version: | ||
Component: | Core | Keywords: | performance |
Cc: |
Description
if bp-activity-classes.php:249 was
$wpdb->query( $wpdb->prepare( "DELETE FROM " . $bp->activity->table_name_sitewide . " WHERE date_recorded < DATE_SUB(now(), INTERVAL 6 MONTH)" ) );
it'd be much more efficient.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Milestone Activity Streams 1.1 deleted