Michael Kingsbury writes: > I was wondering if anyone's given any thought (and/or tried) to store > messages in a SQL database as opposed to the conventional flat-file style? > I would think this would scale better than the MailDir format...
Not necessarily. It all depends on the underlying filesystem. You can't tell me that the overhead of maintaining a relational database structure, including journaling and transactional integrity, is less than the overhead of maintaining a bunch of flat files. -- Sam _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
