minion VS pgbadger

Compare minion vs pgbadger and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
minion pgbadger
2 6
222 3,382
0.5% -
6.4 7.9
about 1 month ago about 2 months ago
Perl Perl
Artistic License 2.0 PostgreSQL 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.

minion

Posts with mentions or reviews of minion. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-06.
  • Managing a Test Database
    1 project | dev.to | 22 Mar 2021
    What finally drove me over the edge was writing some code for a client using the Minion job queue. The queue is solid, but it creates new database connections, thus ensuring that it can’t see anything in your database transactions. I figured out a (hackish) solution, but I was tired of hackish solutions.
  • High Priority Fast Lane for the Minion Job Queue
    2 projects | dev.to | 6 Mar 2021
    Since Minion relies on PostrgeSQL the actual implementation was very simple. Just a few lines of Perl to spawn spare processes and one small change in the SQL query used to dequeue jobs.

pgbadger

Posts with mentions or reviews of pgbadger. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-07-11.
  • Site down due hosted on digitalocean
    1 project | /r/django | 30 Jun 2023
    It might also help to use pgbadger or something similar to process your postgres logs and see whether some event is aligned with your outages.
  • SQL: 2023 Has Been Released
    1 project | news.ycombinator.com | 1 Jun 2023
    Interestingly, when a place does get to the point where the single instance has capacity issues (after upgrading to EPYC and lots of flash drives) then other non-obvious stuff shows up too.

    For example, at one place just over a year ago they were well into this territory. One of weird problems for them was with pgBadger's memory usage (https://github.com/darold/pgbadger). That's written in perl, which doesn't seem to go garbage collection well. So even on a reporting node with a few hundred GB's of ram, it could take more than 24 hours to do a "monthly" reporting run.

    There wasn't a solution in place at the time I left, so they're probably still having the issue... ;)

  • Moving from Oracle to Postgres, what should I know?
    5 projects | /r/PostgreSQL | 11 Jul 2022
  • What are the top 3 most useful things that you have hosted over the years?
    11 projects | /r/selfhosted | 24 Jan 2022
    First of all I used a profiler (pgbadger and netdata) to figure out where the lags were coming from. I then tried the usual stuff (increasing shared_buffers, max_wal_size, min_wal_size from their ultra low defaults), but the biggest performance gain came from moving the database from eMMC to a mechanical hard drive :-D
  • Best way to find queries that might benefit from indexes.
    1 project | /r/PostgreSQL | 22 Apr 2021
    Look into PgBadger (a log parser/analyser): https://github.com/darold/pgbadger

What are some alternatives?

When comparing minion and pgbadger you can also consider the following projects:

LANraragi - Web application for archival and reading of manga/doujinshi. Lightweight and Docker-ready for NAS/servers.

pgaudit_analyze - PostgreSQL Audit Analyzer