SaaSHub helps you find the best software and product alternatives Learn more →
Postgres_dba Alternatives
Similar projects and alternatives to postgres_dba
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
postgres-aws-s3
aws_s3 postgres extension to import/export data from/to s3 (compatible with aws_s3 extension on AWS RDS)
-
AGE-Machine-Learning
A project that uses Incubating Apache AGE to implment machine learning algorithms
-
-
-
blog
Opensource,Database,AI,Business,Minds. git clone --depth 1 https://github.com/digoal/blog (by digoal)
-
Sevalla
Deploy and host your apps and databases, now with $50 credit! Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
-
-
-
postgres_dba discussion
postgres_dba reviews and mentions
-
Optimizing Postgres table layout for maximum efficiency
The ever-useful postgres_dba extension (https://github.com/NikolayS/postgres_dba) can help with this. Install the extension, start psql, run :dba and choose option p1 to see how much table space you would save by reordering your columns.
-
How to Get the Most Out of Postgres Memory Settings
This is even handier: https://github.com/NikolayS/postgres_dba
-
Postgres: The Unexpected Find That Freed 20GB of Unused Index Space
In a similar vein, I got good value from these scripts:
https://github.com/NikolayS/postgres_dba
I managed to free 10% a.k.a about 100 GB of storage by reorganizing table column ordering in a big table.
-
A note from our sponsor - SaaSHub
www.saashub.com | 1 Sep 2025
Stats
NikolayS/postgres_dba is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of postgres_dba is PLpgSQL.