Doc Posted March 21, 2017 Share Posted March 21, 2017 Hi, (silly ?) question here : My website will have many users (I hope). So is there a limit inside PW on that ? Do $u = new User(); will explode one day ? Thanks Link to comment Share on other sites More sharing options...
kongondo Posted March 21, 2017 Share Posted March 21, 2017 (edited) Users are 'just' pages. Looking at the 'pages' table structure/schema, the id column is of type INT unsigned. So, unless you will have more than 4,294,967,295 pages in your site, you will never experience any issue. https://dev.mysql.com/doc/refman/5.7/en/integer-types.html Edited March 21, 2017 by kongondo 2 Link to comment Share on other sites More sharing options...
Doc Posted March 21, 2017 Author Share Posted March 21, 2017 Thanks @kongondo I don't want to know what happen if someone open the users menu within the admin with such a big number of subscribers... Link to comment Share on other sites More sharing options...
kongondo Posted March 21, 2017 Share Posted March 21, 2017 (edited) 1 minute ago, Doc said: I don't want to know what happen if someone open the users menu within the admin with such a big number of subscribers... I'm sure lister can handle it just fine . The keyword is 'limit' (pagination) . Edited March 21, 2017 by kongondo Link to comment Share on other sites More sharing options...
Doc Posted March 21, 2017 Author Share Posted March 21, 2017 ok then Link to comment Share on other sites More sharing options...
LostKobrakai Posted March 21, 2017 Share Posted March 21, 2017 Nothing. The users page is a lister with pagination and the quick access navigation does at some point switch to showing just the available user roles and the number of assigned users for each one instead of all the available users. 1 Link to comment Share on other sites More sharing options...
Sergio Posted March 21, 2017 Share Posted March 21, 2017 16 minutes ago, Doc said: Thanks @kongondo I don't want to know what happen if someone open the users menu within the admin with such a big number of subscribers... I have 4728 users right now on my project. No problem so far. 1 Link to comment Share on other sites More sharing options...
Doc Posted March 21, 2017 Author Share Posted March 21, 2017 Good to know @Sérgio, thanks Link to comment Share on other sites More sharing options...
szabesz Posted March 21, 2017 Share Posted March 21, 2017 6 hours ago, kongondo said: So, unless you will have more than 4,294,967,295 pages in your site, you will never experience any issue. What if he is building Facebook II ? 1 Link to comment Share on other sites More sharing options...
Doc Posted March 21, 2017 Author Share Posted March 21, 2017 I guess Zuckerberg got mocked too at the beginning But ... no It's https://www.docpaddock.com and live today !! I have to communicate on that here, in another section I guess, will do it this week I thank PW and all its very friendly community in the about page : https://www.docpaddock.com/en/motogp/about/ You really helped me build this up guys ! I knew nothing about PW a few months ago. 5 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now