pgaudit VS pgaudit_analyze

Compare pgaudit vs pgaudit_analyze and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
pgaudit pgaudit_analyze
5 -
1,187 36
1.4% -
5.0 2.5
5 days ago about 1 month ago
C Perl
GNU General Public License v3.0 or later GNU General Public License v3.0 or later
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.

pgaudit

Posts with mentions or reviews of pgaudit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-24.
  • Show HN: I built this Postgres logger for you guys to check out
    2 projects | news.ycombinator.com | 24 Aug 2023
    I think pgAudit it still the best and it's not a major issue. You can try my PR that fixes this issue https://github.com/pgaudit/pgaudit/pull/219 it should work and it should handle the other types of SELECT's that need update permissions but are not actually updating anything https://pglocks.org/?pglock=RowShareLock
  • PgAudit: Open-Source PostgreSQL Audit Logging
    1 project | news.ycombinator.com | 10 Aug 2023
  • Auditing CREATE/DROP DATABASE
    1 project | /r/PostgreSQL | 20 Feb 2023
  • How Postgres Audit Tables Saved Us from Taking Down Production
    4 projects | news.ycombinator.com | 26 Oct 2021
    You can use pgaudit, it's an extension that let's you audit DDL/DML statements. It's a great auditing mechanism. I use it on all our prod postgres instances, but have only "DML" enabled, because of the potential performance overhead

    https://github.com/pgaudit/pgaudit

  • Auditing PostgreSQL Using pgAudit
    1 project | dev.to | 18 Jan 2021
    pgAudit, with all its capabilities, simplifies the process of auditing by generating the audit trail log. Though there are a few caveats, like logging of renamed objects under the same name, it is still a robust tool that provides the required functionality. However, the audit information written in logs may not be just ideal for the auditing process - the auditing process is even better when those logs can be converted to a database schema, and audit data can be loaded to the database so you can easily query the information. This is where the PostgreSQL Audit Log Analyzer (pgAudit Analyze) is helpful. For more information, refer to the github pages of pgAudit and pgAudit Analyze.

pgaudit_analyze

Posts with mentions or reviews of pgaudit_analyze. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning pgaudit_analyze yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing pgaudit and pgaudit_analyze you can also consider the following projects:

psycopg2 - PostgreSQL database adapter for the Python programming language

pgbadger - A fast PostgreSQL Log Analyzer

debezium - Change data capture for a variety of databases. Please log issues at https://issues.redhat.com/browse/DBZ.

postgresqltuner - Simple script to analyse your PostgreSQL database configuration, and give tuning advice

temporal_tables - Temporal Tables PostgreSQL Extension

spring-data-jpa-temporal - Temporal auditing extension of the Spring Data JPA module

sqlite-wf - Simple visual ETL tool

LedgerSMB - Double-entry accounting & ERP for the web

orafce - The "orafce" project implements in Postgres some of the functions from the Oracle database that are missing (or behaving differently).Those functions were verified on Oracle 10g, and the module is useful for production work.

minion - :octopus: Perl high performance job queue

plv8 - V8 Engine Javascript Procedural Language add-on for PostgreSQL

plpgsql_check - plpgsql_check is a linter tool (does source code static analyze) for the PostgreSQL language plpgsql (the native language for PostgreSQL store procedures).