[wp-hackers] 10K Users?

Rafael Ehlers rafaehlers at gmail.com
Wed Feb 1 03:37:25 UTC 2012


This kind of problem came to me, in my last project, where we have 175K
users and 55 usermeta for each user, THAT is problem, because you can't
even access the wp-admin, we haven't figured yet why.
Maybe because WP is making some kind of caching on this usermeta, don't
know yet.

But still, the site (user end) runs smoothly! It's kind of impressive!

On Tue, Jan 31, 2012 at 8:47 PM, John Blackbourn
<johnbillion+wp at gmail.com>wrote:

> On 31 January 2012 21:29, Alex Hempton-Smith <hempsworth at gmail.com> wrote:
> > I'm in a similar position. But my concern is more about the number of
> > usermeta rows I'll be adding.
> >
> > For each user I've got at least 15extra fields of data I need to store
> > (some boolean, some text).
>
> If you have 10,000 users you're still only talking about 150,000 rows
> which is nothing. If you're on cheap hosting then you'll run into
> concurrency problems (the number of simultaneous requests MySQL can
> handle) long before you'll run into speed problems.
> _______________________________________________
> wp-hackers mailing list
> wp-hackers at lists.automattic.com
> http://lists.automattic.com/mailman/listinfo/wp-hackers
>


More information about the wp-hackers mailing list