Topic: Running more than one database, or using a single database for PunBB?
I'm curious. How difficult would it be to unify the members/login/users database so it worked across different installs of PunBB?
I'm sure there will be those who ask 'why'? - however over and above having a unified login mechanism, there are other reasons for the decision.
I have talked about doing a couple of things, such as having only one DB for the users, while using separate DB's for more than one board.
I have even thought about having one 'big' DB, with many prefixed tables for different boards and one user table, but my fear is that will make the everything slow down under heavy traffic.
Does anyone have any suggestions on the best way to implement this?
Thanks!