Replies: 3 comments
-
Like you said, these are related to WooCommerce. Specifically, WooCommerce Related Products. I'm not sure if you can disable Related Product functionality but if you can, you should try. Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Hey @KF633, What you’re seeing is pretty normal for WooCommerce. When you run Product Set updates, WooCommerce blows away the old cache and rebuilds it, which can temporarily make your database size spike. The problem is bigger if: Here’s what’s worked for me and others:
wp transient delete --expired --network full cleanup during maintenancewp transient delete --all
SELECT SUM(LENGTH(option_value)) AS autoload_bytes Bottom line: |
Beta Was this translation helpful? Give feedback.
-
Hi Eric,
I properly posted my question to GitHub and both yourself and someone else provided guidance.
I'll post any future questions there, instead of emailing you.
Thanks!
…________________________________
From: Eric Busch ***@***.***>
Sent: Wednesday, August 6, 2025 3:22 PM
To: datafeedr/wordpress-plugins ***@***.***>
Cc: KF633 ***@***.***>; Author ***@***.***>
Subject: Re: [datafeedr/wordpress-plugins] SQL Database Size (Discussion #39)
Like you said, these are related to WooCommerce. Specifically, WooCommerce Related Products. I'm not sure if you can disable Related Product functionality but if you can, you should try.
Hope this helps!
—
Reply to this email directly, view it on GitHub<#39 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/BVTO5R2DSWAIJILEK24MK2T3MJIYHAVCNFSM6AAAAACDFVVRRGVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTIMBSGQ3DMNA>.
You are receiving this because you authored the thread.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I appear to be having large numbers of transient records posted to my Options table, which is causing my SQL database to balloon in size and create hosting issues. This seems to happen during and after updating Product Sets. I see many records labeled "_transient_wc_related_XXXX" and "_transient_timeout_wc_related_XXXX". I am able to delete the transient data using a plugin, which reduces my database size. I also see that function in the WooCommerce Tools menu. Is this always going to happen when running Product Sets, or can this be prevented in some way? "WC" probably means WooCommerce. In addition to WooCommerce plugin, I have YITH WooCommerce Wishlist also installed.
Beta Was this translation helpful? Give feedback.
All reactions