Displaying 1 result from an estimated 1 matches for "usersand".
Did you mean:
userland
2007 Mar 31
3
SQL mail storage
I wasted some time yesterday and today implementing a SQL storage
plugin. It seems to be working, but:
- Saving new messages is done in a regular INSERT statement, which is
bad. PostgreSQL has at least this COPY TO command which could be used
instead.
- It breaks in stress testing
- It's not that well optimized. Especially it could support caching
some commonly requested fields (same as