jar

io.github.mfvanek : pg-index-health-core

Maven & Gradle

Jun 23, 2024
121 stars

pg-index-health-core · pg-index-health-core is a Java library for analyzing and maintaining indexes and tables health in PostgreSQL databases on a specific host.

Table Of Contents

Latest Version

Download io.github.mfvanek : pg-index-health-core JAR file - Latest Versions:

All Versions

Download io.github.mfvanek : pg-index-health-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.13.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window pg-index-health-core-0.13.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.mfvanek.pg.checks.host

├─ io.github.mfvanek.pg.checks.host.AbstractCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.BtreeIndexesOnArrayColumnsCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.ColumnsWithJsonTypeCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.ColumnsWithSerialTypesCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.ColumnsWithoutDescriptionCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.DuplicatedIndexesCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.ForeignKeysNotCoveredWithIndexCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.FunctionsWithoutDescriptionCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.IndexesWithBloatCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.IndexesWithBooleanCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.IndexesWithNullValuesCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.IntersectedIndexesCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.InvalidIndexesCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.NotValidConstraintsCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.PrimaryKeysWithSerialTypesCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.SequenceOverflowCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.TablesWithBloatCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.TablesWithMissingIndexesCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.TablesWithoutDescriptionCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.TablesWithoutPrimaryKeyCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.checks.host.UnusedIndexesCheckOnHost.class - [JAR]

io.github.mfvanek.pg.common.maintenance

├─ io.github.mfvanek.pg.common.maintenance.DatabaseCheckOnHost.class - [JAR]

├─ io.github.mfvanek.pg.common.maintenance.Diagnostic.class - [JAR]

├─ io.github.mfvanek.pg.common.maintenance.DiagnosticAware.class - [JAR]

├─ io.github.mfvanek.pg.common.maintenance.QueryExecutor.class - [JAR]

├─ io.github.mfvanek.pg.common.maintenance.RawTypeAware.class - [JAR]

├─ io.github.mfvanek.pg.common.maintenance.ResultSetExtractor.class - [JAR]

io.github.mfvanek.pg.settings.maintenance

├─ io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHost.class - [JAR]

├─ io.github.mfvanek.pg.settings.maintenance.ConfigurationMaintenanceOnHostImpl.class - [JAR]

io.github.mfvanek.pg.settings

├─ io.github.mfvanek.pg.settings.ConfigurationAware.class - [JAR]

io.github.mfvanek.pg.statistics.maintenance

├─ io.github.mfvanek.pg.statistics.maintenance.StatisticsMaintenanceOnHost.class - [JAR]

├─ io.github.mfvanek.pg.statistics.maintenance.StatisticsMaintenanceOnHostImpl.class - [JAR]

├─ io.github.mfvanek.pg.statistics.maintenance.StatisticsQueryExecutor.class - [JAR]

io.github.mfvanek.pg.checks.extractors

├─ io.github.mfvanek.pg.checks.extractors.ColumnExtractor.class - [JAR]

├─ io.github.mfvanek.pg.checks.extractors.ColumnWithSerialTypeExtractor.class - [JAR]

├─ io.github.mfvanek.pg.checks.extractors.IndexWithSingleColumnExtractor.class - [JAR]

├─ io.github.mfvanek.pg.checks.extractors.TableExtractor.class - [JAR]

io.github.mfvanek.pg.utils

├─ io.github.mfvanek.pg.utils.ClockHolder.class - [JAR]

├─ io.github.mfvanek.pg.utils.ColumnsInForeignKeyParser.class - [JAR]

├─ io.github.mfvanek.pg.utils.NamedParametersParser.class - [JAR]

├─ io.github.mfvanek.pg.utils.QueryExecutors.class - [JAR]

├─ io.github.mfvanek.pg.utils.SqlQueryReader.class - [JAR]

io.github.mfvanek.pg.statistics

├─ io.github.mfvanek.pg.statistics.StatisticsAware.class - [JAR]