Hello! 2.3.3 is cool. I'm planning to allow the community to write articles on my blog (Membership: Anyone can register). I want to ask what is the limit of posts within one blog? Thanking in advance.
Hello! 2.3.3 is cool. I'm planning to allow the community to write articles on my blog (Membership: Anyone can register). I want to ask what is the limit of posts within one blog? Thanking in advance.
There is no fixed limit.
Well, the posts table has a bigint(20) for an ID number, and MySQL uses a 64-bit value for bigint, so, 2^64-1 would be the maximum number of posts. That's a little over 18 quintillion posts. Or, if you prefer, 18 billion billion posts.
You must log in to post.