06-15-2016, 02:29 PM
I've imported some really large user databases into it and tried pounding on it a bit. The one thing I can say is that the database would seem to be the weak link and UserSpice (the system) puts only a fraction of the load that Wordpress or Joomla put on the db, so I am pretty confident it will hold up.
A lot depends on implementation too. As you write your app you can decide how much you want to tax the db. We chose to stick most of the core configuration info that needs to be accessed constantly in an init.php file to split that sort of load between the disk and the database. I think it's a good mix. If it starts to give issues, we can definitely help optimize that further.
A lot depends on implementation too. As you write your app you can decide how much you want to tax the db. We chose to stick most of the core configuration info that needs to be accessed constantly in an init.php file to split that sort of load between the disk and the database. I think it's a good mix. If it starts to give issues, we can definitely help optimize that further.