which database support is best

hi
I have installed ejabberd with binary installer package. It supports internal authentication method by default that is it stores information in mnesia database.I have a doubt whether this setup will perform well with large number of users in future. otherwise i need to go for mysql database support type of installation and configuration,which will result better performance with more number of virtual hosts and users.

Thank you,
shanmugasundaram s

Yes, ODBC databases perform

Yes, ODBC databases perform better than Mnesia for very large tables.

You could switch from Mnesia to ODBC/MySQL/PgSQL anytime you want.

You can continue using Mnesia now, and someday when you have many users and you start to notice ejabberd consumes too much RAM or CPU, you can switch to ODBC.

Syndicate content