Robert Klein wrote: > What are the absolute key advantages or disadvantages to using SQLite vs > MySQL for OpenSim?
afaik, SQLite is generally better for single user low-load applications, while MySQL is better for high load multi-user ones. In OpenSim this would translate to SQLite being fine for single user standalones (such as sandboxes), with MySQL being worth the setup hassle for anything beyond that. -- justincc Justin Clark-Casey http://justincc.wordpress.com _______________________________________________ Opensim-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/opensim-users
