Skip to content
  • Toon Claes's avatar
    Add activerecord-explain-analyze gem · 94a7bd2a33cb
    Toon Claes authored
    This gem allows you to get the `EXPLAIN ANALYZE` query plan, directly
    from the Rails console.
    
    The gem is installed with `require: false`, but if it was loaded on
    launch, this would be it's memory load:
    
    ```
    TOP: 145.3086 MiB
      rails/all: 22.4844 MiB
      ...
      activerecord-explain-analyze: 2.9648 MiB
        active_record/connection_adapters/postgresql_adapter: 2.9648 MiB
          pg: 2.9648 MiB
            pg_ext: 2.9648 MiB
      ...
    ```
    94a7bd2a33cb
This project manages its dependencies using Bundler. Learn more