The table is used to store comments. Why would you want to delete comments? This can be comments on your posts, reviews on your products, etc. Databases get big with the more data they need to store, that’s how it works.
Yes i understand comments on posts,reviews are important.But 90% of my comments table is filled with order status notes,like status changed from pending to processing,stock reduced etc.
I meant to ask about them actually,where these type comments are actually used.And Isnt there inbuilt functionality of clearing those? .
Because i dont think there is any need of that comment in table “order changed from x to x-1”.What do you think?
From what I can tell, order comments don’t use postmeta. I can only track down postmeta for order comments that have been sent to the customer.
Thats nice to know.I will check it.
Thanks again for great work on plugin and amazing support!