Quote:
Originally Posted by Ramzesik
It's working. But it's killing to sh*t all indexes.
It's a baaaad way 
Need another one.
|
How about a query to delete posts made before a certain date?
No clue how to write a query, but for example:
delete soft-deleted posts if date is at least X days ago
This way you can run the query several times for a part of your posts only & reduce the X progressively.
Helpful also if you want to delete only the old posts.
Possible to write such query?