Return to home page.
Member Control PanelWeb Mail LoginFAQ SupportHelp Desk
COMPANY       SERVICES      HOSTING       SUPPORT       PARTNER PROGRAMS       SIGN UP       DOMAIN NAMES  
Personal / Family Hosting
personal / family
With hosting plans starting at $1.95, it's never been easier to setup and maintain affordable personal web pages or family web sites.
Business / Managed Hosting
Business / Managed
Plans starting at $6.95, help businesses save money and receive value-add features like unlimited email accounts, domain hosting and the flexibility to add services on demand as needed.
Co-Located / Dedicated Servers
Co-Location / Dedicated
Starting at $49.95, our managed hosting plans offers competitive service features at a great value. Attractive co-location servicesstart at $100.

MySQL and PostGreSQL Databases: A comparison

MySQL

PostGreSQL

Free and Open Source Database released under the GPL License.

Free and Open Source Database released under the BSD License.

Supports multiple table types such as InnoDB, MyISAM etc.

Has it's own built in table type.

InnoDB table type supports foreign keys and referential integrity.

It Supports foreign keys and referential integrity.

Nested queries are still not supported in most versions.

Nested queries are supported.

If you distribute mySQL with a product with which you are making money, then you need to obtain a commercial license for it.

No commercial license is required for PostGreSQL.

No support for transaction processing.

Support for transaction processing.

No support for stored procedures yet.

Support for stored procedures.

MySQL is fully threaded so it can operate on different tables simultaneously.

PostGreSQL is not fully threaded so it cannot perform parallel operations.

Has no support for cursors and rollbacks.

Supports cursors and rollbacks.

Good Documentation.

Documentation is not very comprehensive.

Follows some of the ANSI SQL standards.

Strict follower of the ANSI SQL Standards.

Does not support Views.

Supports Views.

Does not support Unions and Full Joins

Supports Unions and Full Joins

Database design is generally simpler.

Database design is simple but not as simple as mySQL.

Relatively faster.

Relatively slower though the speed differential is getting insignificant.

Suitable for Web based simple deployments.

Suitable for more complex deployments.

Not a True RDBMS.

True RDBMS.

 

Back to Tech Support Topics

 
site by: DWM
©2006 Web Hosting Logic