Migration to PostgreSQL


My Notes on the Migration to PostgreSQL Experience

Recently, I was involved in changing the database implementation for one of the products. The product had been using the most popular database and there were several reasons ranging from performance goals, maintainability, platform support requirements to licensing cost. After taking a look at several replacement candidates, the team narrowed down to PostgreSQL.

Some important findings related to PostgreSQL database migrations

Related Posts