Using PostgreSQL instead of MySQL for relational database

Learn what happens if you use PostgreSQL instead of MySQL as the relational database.

The goal of this test is to validate whether you can achieve the same performance with the other frequently used relational database. PostgreSQL is used with default parameters; the only parameter changed is the maximum number of connections, like in the case of MySQL.