Hi everybody,
I noticed (after checking the files in utils/kamctl/mysql) that kamailio uses the MyISAM storage engine for its database tables in mysql, is there some particular reason for this? Isn't the read/write concurency that InnoDB provides desirable?
And on a side note, enabling 'low_priority_updates' (
http://dev.mysql.com/doc/refman/5.0/en/server-options.html#option_mysqld_low-priority-updates) that prioritizes reads over writes in my mysql config can lead to any potential issues with kamailio? Anybody tested this before?