How to use Chart.JS in Phoenix | Elixir Advanced Adding Global View Helpers to a Phoenix Application

How to Fix PostgreSQL Performance Issues with PG Extras

https://pawelurbanek.com/postgresql-fix-performance

PostgreSQL database queries are a common performance bottleneck for web apps. Before you resort to more complex optimization techniques like caching or read replicas, you should double-check if your database engine is correctly tuned and queries are not underperforming.

PG Extras is a tool that allows you to spot common PostgreSQL pitfalls. Ruby, Rails, Elixir, and NodeJS implementations are currently available.

In this blog post, I present a step by step guide on using PG Extras library to spot and resolve common PostgreSQL database performance issues.