[thelist] Max capacity of WordPress

Eduardo Kienetz eduardok at gmail.com
Tue Mar 25 10:23:47 CDT 2008


On Tue, Mar 25, 2008 at 10:12 AM, Jeffrey Barke
<jeffrey.barke at themechanism.com> wrote:
> Does anyone know how many users WordPress can manage? 2,000? 10,000?
>  More?

It really depends of what you mean by 'manage'. The user id datatype
is defined as bigint(20) unsigned so it can handle a maximum user id
of 18446744073709551615.

Which seems to be quite a lot. So, you probably would hit other
limitations before this.

-- 
Eduardo Bacchi Kienetz
http://www.noticiaslinux.com.br/eduardo/
http://eduardo.intercambista.blog.br



More information about the thelist mailing list