Best way to learn query optimization?

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/rails

Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
  • bullet

    help to kill N+1 queries and unused eager loading

    You could add the bullet gem to your project. It can notify you (in a variety of ways) if your queries can be optimised.

  • Rails PG Extras

    Rails PostgreSQL database performance insights. Locks, index usage, buffer cache hit ratios, vacuum stats and more.

    https://github.com/pawurb/rails-pg-extras is useful for identifying slow queries and generally things that could make queries slow.

  • SonarQube

    Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts