PgHero
A performance dashboard for Postgres (by ankane)
Database Cleaner
Strategies for cleaning databases in Ruby. Can be used to ensure a clean state for testing. (by DatabaseCleaner)
Our great sponsors
- Onboard AI - Learn any GitHub repo in 59 seconds
- InfluxDB - Collect and Analyze Billions of Data Points in Real Time
- SaaSHub - Software Alternatives and Reviews
PgHero | Database Cleaner | |
---|---|---|
10 | 3 | |
7,235 | 2,894 | |
- | 0.2% | |
0.0 | 0.0 | |
3 days ago | about 1 month ago | |
Ruby | Ruby | |
MIT License | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
PgHero
Posts with mentions or reviews of PgHero.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-27.
-
What are your favourite approaches to keeping on top of Postgres health?
I use either PgHero or Rails PG Extras on every project
-
railstart-niceadmin support more features
- [pghero](https://github.com/ankane/pghero)
-
railstart-niceadmin release now!Backend management system based on Bootstrap 5 and NiceAdmin and Rails 7
pghero
- How and why Relational Model works for databases
-
Check why Django app is slow in production
If you are using PostgreSQL you can enable logging of slow queries and connect to the server with pghero (https://github.com/ankane/pghero) and check top queries by the number of requests and total usage time. Also, you can just enable logging of queries in Django, and on each request, you will have a list of queries on development, sometimes it's just a missing select_related of prefetch_related to increase performance, or you need to create a complex index.
-
Tips for a Healthier Postgres Database
If you are using rails, pghero is a great gem to get better visibility on your Postgres performance
-
How to find and fix a missing database index on a RoR app
https://github.com/ankane/pghero will tell you about any indexes that you should add (and it's free).
Database Cleaner
Posts with mentions or reviews of Database Cleaner.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-04-21.
- Como configurar ambiente de testes em Ruby on Rails com RSpec
-
10 Signs of a good Ruby on Rails Developer
If your are using gems like faker , factory_bot_rails and database_cleaner to create and clean test records then creating unnecessary records can cost you time and speed.
What are some alternatives?
When comparing PgHero and Database Cleaner you can also consider the following projects:
Blazer - Business intelligence made simple
Seed dump - Rails 4/5 task to dump your data to db/seeds.rb
Lol DBA - lol_dba is a small package of rake tasks that scan your application models and displays a list of columns that probably should be indexed. Also, it can generate .sql migration scripts.
Scenic - Versioned database views for Rails
Seed Fu - Advanced seed data handling for Rails, combining the best practices of several methods together.
Squasher - Squasher - squash your old migrations in a single command
SecondBase - Seamless second database integration for Rails.
SchemaPlus - SchemaPlus provides a collection of enhancements and extensions to ActiveRecord
Redis Dashboard - Sinatra app to monitor Redis servers.