Hi Ken, > warning: if you have more than 4 domains and you want to put > each domain in a single table, performance will suffer. Why? > because mysql opens a file descriptor per table and has a > limited number of file descriptors. Too many tables will > cause mysql to open and close file descriptors which is > relatively expensive per sql transaction.
so is it also ok (in a matter of performance) to not use --enable-many-domains if i've about 300 mail-domains but a very fast mysql-server? ;-) - blinky