DataGov-SamagraX / deploy

My learnings on setting up a cluster using docker-compose
0 stars 2 forks source link

Why PSQL is not a viable OLAP #2

Open ChakshuGautam opened 2 years ago

ChakshuGautam commented 2 years ago
  1. Uber Engineering's Blog on PSQL Limitations
  2. Evaluating HA for Postgres
ChakshuGautam commented 2 years ago

Where and why do we use PSQL?

The primary use case of PSQL at GovTech is to use it as a transactional database. As an extension, we also have the same DB with read replicas being used for Visualizations. We have faced countless issues with being able to manage read replicas with the connections getting broken the sync needs to start again. This happens due to the following