Go to the first, previous, next, last section, table of contents.


How does MySQL compare with PostgreSQL

For a list of all supported limits, functions and types see the crash-me web page.

PostgreSQL has some more advanced features like user-defined types, triggers, rules and transactions. But it lacks a lot of the standard types and functions from ANSI SQL and ODBC. See the crash-me web page for a complete list of supported/unsupported types/function.

Normally PostgreSQL is much slower than MySQL. See section MySQL benchmark suite.


Go to the first, previous, next, last section, table of contents.