p

pg-index-health

pg-index-health is a Java library for analyzing and maintaining indexes and tables health in PostgreSQL databases on all hosts in the cluster.
https://github.com/mfvanek/pg-index-health
Apache License Version 2.0
Ivan Vakhrushev Alex Antipin
Files download
File Operation
pg-index-health-0.13.0.jar download
pg-index-health-0.13.0.pom download
pg-index-health-0.13.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.mfvanek</groupId>
  <artifactId>pg-index-health</artifactId>
  <version>0.13.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.mfvanek:pg-index-health:0.13.0'
Gradle Kotlin
implementation("io.github.mfvanek:pg-index-health:0.13.0")
Scala SBT
libraryDependencies += "io.github.mfvanek" % "pg-index-health" % "0.13.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.mfvanek', module='pg-index-health', version='0.13.0')
)
Apache Ivy
<dependency org="io.github.mfvanek" name="pg-index-health" rev="0.13.0" />
Leiningen
[io.github.mfvanek/pg-index-health "0.13.0"]
Apache Buildr
'io.github.mfvanek:pg-index-health:jar:0.13.0'