The homepage on my AdminCP and the forum homepage say that we have just over 3,023,700 posts (it was like this before but I just ran the board totals cron job to be sure).
However in my xf_post table there are 3,090,353 rows. The post IDs go over 3,229,000.
What is the board total based upon? Having done a few tests, soft deleting a post doesn't reduce the count although a hard delete does. Even if I do a SQL Query for posts that only show as 'visible,' or 'visible' AND 'moderated' it still shows fewer than 3,023,700 rows in the table.
How can I accurately determine how many posts I have (I'm trying to identify the 3 Millionth post), and what is the post count based upon, as it doesn't appear to be based upon the number of posts that exist in the database?
However in my xf_post table there are 3,090,353 rows. The post IDs go over 3,229,000.
What is the board total based upon? Having done a few tests, soft deleting a post doesn't reduce the count although a hard delete does. Even if I do a SQL Query for posts that only show as 'visible,' or 'visible' AND 'moderated' it still shows fewer than 3,023,700 rows in the table.
How can I accurately determine how many posts I have (I'm trying to identify the 3 Millionth post), and what is the post count based upon, as it doesn't appear to be based upon the number of posts that exist in the database?