Show HN: PostgreSQL Index Advisor

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  1. index_advisor

    PostgreSQL Index Advisor

    2. Copy/paste the plpgsql file:

    https://github.com/supabase/index_advisor/blob/main/index_ad...

    We are also developing the Trusted Language Extension with the RDS team, so at some point it should be easier to do this through database.dev:

    https://database.dev/olirice/index_advisor

  2. 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.

    InfluxDB logo
  3. hypopg

    Hypothetical Indexes for PostgreSQL

    It works particularly well with pg_stat_statements[0] which tracks execution statistics of all SQL statements executed on your Postgres database.

    It leans heavily on HypoPG[1], an excellent extension to determine if PostgreSQL will use a given index without spending resources to create them.

    [0] pg_stat_statements: https://www.postgresql.org/docs/current/pgstatstatements.htm...

    [1] https://github.com/HypoPG/hypopg

  4. PgHero

    A performance dashboard for Postgres

    I am using https://github.com/ankane/pghero/ and this is one of its features with GUI

  5. jopt2023

    If anyone has some background in optimization and is interested in the more technical side of things, I gave a talk at JOPT 2023, comparing MIP and CP approaches for this problem. The slides can be found here: https://github.com/PhilippeOlivier/jopt2023

  6. dexter

    The automatic indexer for Postgres

  7. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Why Doesn't Postgres Use My Index

    1 project | dev.to | 23 Oct 2024
  • HypoPG: Hypothetical Indexes for PostgreSQL

    1 project | news.ycombinator.com | 20 May 2024
  • YugabyteDB hypopg: hypothetical indexes

    1 project | dev.to | 4 Nov 2022
  • The SQLite Index Suggester

    2 projects | news.ycombinator.com | 5 Jul 2022
  • Why Can't Database Tables Index Themselves?

    2 projects | news.ycombinator.com | 5 Jul 2022

Did you know that Ruby is
the 12th most popular programming language
based on number of references?