Hello all, We are currently in the process of reworking our billing platform which uses Kamailio for routing in conjunction with a Django based web interface. I am curious if anyone has any feedback on which database engine they chose for their deployment and why. Obviously performance is a concern but data integrity is essential. Currently we have two Kamailio based clusters in two datacenters using MySQL in a dual master setup for each of the primary database nodes. I've been looking into PostgreSQL as a possible alternative and would like to hear any community thoughts.
Thanks, Spencer
Hello,
On 1/16/12 5:21 PM, Spencer Thomason wrote:
Hello all, We are currently in the process of reworking our billing platform which uses Kamailio for routing in conjunction with a Django based web interface. I am curious if anyone has any feedback on which database engine they chose for their deployment and why. Obviously performance is a concern but data integrity is essential. Currently we have two Kamailio based clusters in two datacenters using MySQL in a dual master setup for each of the primary database nodes. I've been looking into PostgreSQL as a possible alternative and would like to hear any community thoughts.
I am using MySQL, just wanted to say that the postgres connector has the same kind of features implemented as mysql. There are many using postgres, they can share experiences, what I can add extra is that most of developers I know use mainly mysql.
Cheers, Daniel