Hello,
Thank you for your query, and we are so sorry about the trouble this must have caused.
If your website has got over 200K rows in the post meta table, then Rank Math may return a notice for the focus keyword test, as it exceeds the limit.
In this case, please use our filter to increase the limit, depending upon your website’s size.
Filter to change the Post Meta Table limit :
/**
 * Filter to change the Post Meta Table Limit
 */
add_filter('rank_math/seo_analysis/postmeta_table_limit', function ( $limit ) {
		return 500000;
	}
);
Here’s how you can add filter/hook to your WordPress site:
https://rankmath.com/kb/wordpress-hooks-actions-filters/
We hope that helps, and please don’t hesitate to get in touch if you have any other questions.
Thank you.
		
	 
	
	
	
	
 
			
				
	
	
		
		Hello,
We are super happy that this resolved your issue. If you have any other questions in the future, know that we are here to help you.
If you don’t mind me asking, could you please leave us a review (if you haven’t already) on https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.