This is a discussion on Re: [courier-users] MySQL vs PostgreSQL within the Courier-Imap forums, part of the Mail Servers and Related category; Anton Basistov writes: > Hello, > Tell me please, wich server is more comfortable for > storing users accounts in ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Anton Basistov writes:
> Hello, > Tell me please, wich server is more comfortable for > storing users accounts in Courier: MySQL or PostgreSQL? > > And wich has better realisation of relative db? mysql is faster and postgresql has more features. for storing only account data (which is only one table) use mysql. If you build a real db application (with subqueries, stored procedures, ...) use postgresql. ------------------------------------------------------- This SF.Net email is sponsored by Yahoo. Introducing Yahoo! Search Developer Network - Create apps using Yahoo! Search APIs Find out how you can build Yahoo! directly into your own Applications - visit http://developer.yahoo.net/?fr=offad-ysdn-ostg-q22005 _______________________________________________ courier-users mailing list courier-users@lists.sourceforge.net Unsubscribe: https://lists.sourceforge.net/lists/.../courier-users |