Re: Design Thoughts Summary

Barry Warsaw <[email protected]> Mon, 4 Jan 2010 09:57:55 -0500
Newsgroups gmane.comp.python.mime.devel
Message-ID <[email protected]>
On Jan 3, 2010, at 9:25 PM, Eric S. Johansson wrote:

> I hope that it would be possible to make the storage container backend Storage Technology independent so that people like me who will detest SQL until the heat death of the universe can use something else to store mail messages.  I would also recommend not depending on the file system because in my experience, performance declined dramatically around 500 messages (ext3 adn jfs). Even though I was using an SQL database (SQLite), it was significantly faster using the database.

The standard library should probably have an API and one or two reference implementations.  I think you can a file-system based implementation moderately non-horrible. :)

-Barry