Scalability issues
-
On a site with 10,000+ posts and new ones being posted daily. How can we stop
DELETE FROM wp_postmeta WHERE meta_key LIKE '_rpbt_related_posts%';
from running so many times? I understand relevant related posts are important but if it clears the cache all the time MySQL is going to cripple the entire website.We need control over when this runs. ideally once a week would be acceptable.
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘Scalability issues’ is closed to new replies.