|
|
|
|
|
by jcranmer
850 days ago
|
|
> Still, if you have over 100k emails, mbox will be slow to parse for obvious reasons as it has to parse every line with often having mboxes as huge as 500MB if not more. No, you don't. You store in your metadata database what the offset of the message in the mbox file is. If you don't have such a metadata database, then you're going to be very slow no matter what the storage is. |
|
Mbox it's just a literal
cat mail/*.msgs >> mbox
setup.
Reading will be slow, and file locking will be hell.
Unix should've switched to maildir long ago. Since 1999 storage and inodes are not a problem any more.