RE: mdbox + zlib performing less than just mdbox

2019-01-14 Thread Marc Roos
>mdbox format is a cross between mbox and sdbox. > >The idea is that it keeps up to mdbox_rotate_size sized mbox files >which contain mails. Using zlib here will not help, because zlib is >not applied to the full mdbox file, but individual mails within. > >Also not sure why you think that

Re: mdbox + zlib performing less than just mdbox

2019-01-14 Thread Aki Tuomi
mdbox format is a cross between mbox and sdbox. The idea is that it keeps up to mdbox_rotate_size sized mbox files which contain mails. Using zlib here will not help, because zlib is not applied to the full mdbox file, but individual mails within. Also not sure why you think that adding compres