[EMAIL PROTECTED] wrote: > It seems Midgard currently stores attachments in a blob directory. How > practical would it be to store this information in a MySQL database instead?
Not very. MySQL has no blob streaming functions, so you'd have to slurp it into core before you could serve it or write it back. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
