XenForo
Administrative
- Thread starter
- Admin
- #1
I've got a vBulletin database with around 6 million posts, the posts step has been running for about 6 hours now and has gotten to this point:
Code:
It's imported about 98% of the posts based on the counts in the xf_post / post tables:
Code:
Read more
ادامه مطلب...
Code:
- Step 16 of 26: Posts 06:08:09 [10,547,242] 39.47%
It's imported about 98% of the posts based on the counts in the xf_post / post tables:
Code:
Code:
MariaDB [(none)]> select max(postid) from vbulletin_copy.post;
+-------------+
| max(postid) |
+-------------+
| 6607320 |
+-------------+
1 row in set (0.001 sec)
MariaDB...
Read more
ادامه مطلب...