Archive Data Deletion Process
April 14, 2025 · AI Conversations
User
Archive data before 1 january 2022 will remove following no of records from respected tables
wp_posts- 170196
wp_postmeta- 148857325
I've moved the above archive records in respective archive tables
Now I'll delete those records from main table
correct above
wp_posts- 170196
wp_postmeta- 148857325
I've moved the above archive records in respective archive tables
Now I'll delete those records from main table
correct above
Assistant
Here's a more polished and professional version of your message:
—
The archived data before **1st January 2022** includes the following number of records that will be removed from the respective tables:
– `wp_posts` – **170,196** records
– `wp_postmeta` – **148,857,325** records
I have successfully moved these archived records to their corresponding archive tables. Now, I will proceed to delete them from the main tables.
—
Let me know if you want to mention the archive table names or describe the next steps.