Linked by Thom Holwerda on Fri 15th Dec 2006 21:05 UTC
Thread beginning with comment 193176
To view parent comment, click here.
To read all comments associated with this story, please click here.
To view parent comment, click here.
To read all comments associated with this story, please click here.
RE[2]: Here's to Email as a DB!
by edwdig on Sun 17th Dec 2006 05:00
in reply to "RE: Here's to Email as a DB!"
And the file can be indexed. Why such a solution isn't implemented yet is obscure to me. Thunderbird can read EML-files so why not just save the mails as such, instead of using the errorprone mbox-format?
You can do that, and in fact some unix (server/client) software uses formats like that, but it's several orders of magnitude slower to do it that way. Finding a file in the filesystem is a lot slower than finding the data you need in an already opened file.
I think ReiserFS is designed to change that, but I don't know how much of a difference it makes.
RE[3]: Here's to Email as a DB!
by dylansmrjones on Sun 17th Dec 2006 15:00
in reply to "RE[2]: Here's to Email as a DB!"






Member since:
2005-10-02
Do as usual. Save each mail as a file. A .EML-file is nothing but the raw pop3-mail saved as a file with the .EML-extension.
And the file can be indexed. Why such a solution isn't implemented yet is obscure to me. Thunderbird can read EML-files so why not just save the mails as such, instead of using the errorprone mbox-format?