Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

SQL Issues

$
0
0

Replies: 1

Had an email from our hosting provider that they are at the point of having to suspend 2 sites that use the Salesforce Sync plugin.

They say they are consistently running 100’s of DELETE SQL queries of the same action_id, and a long-running query that takes 3+ hours to complete.

The issues are listed below.

DELETE FROMwp_actionscheduler_actionsWHEREaction_id= 1353679

SELECT SQL_CALC_FOUND_ROWS  wp_posts.ID FROM wp_posts  LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id )  LEFT JOIN wp_postmeta AS mt1 ON ( wp_posts.ID = mt1.post_id AND mt1.meta_key = 'associated_review' ) WHERE 1=1  AND (
  ( wp_postmeta.meta_key = 'associated_review' AND wp_postmeta.meta_value = '' )
  OR
  mt1.post_id IS NULL
) AND wp_posts.post_type = 'film' AND ((wp_posts.post_status = 'publish')) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 200

Both sites are fully up-to-date with WP and plugins. Please resolve urgently.

  • This topic was modified 31 minutes ago by nwr91.

Viewing all articles
Browse latest Browse all 59525

Trending Articles