pg-index-health icon indicating copy to clipboard operation
pg-index-health copied to clipboard

pg-index-health is a Java library for analyzing and maintaining indexes and tables health in Postgresql databases.

Results 50 pg-index-health issues
Sort by recently updated
recently updated
newest added

Sometimes in database migrations we've faced with curious constructions like ``` CREATE TABLE some_table ( id bigserial primary key, document_copy_id bigserial, // it's a foreign key ... ``` It's look...

enhancement
work in progress

See https://github.com/DarrMirr/dbchange and https://darrmirr.medium.com/introduction-to-dbchange-junit-extension-7995a5a639e7 After https://github.com/DarrMirr/dbchange/issues/1

enhancement
help wanted

Create a branch with code for Java 8 Fix the latest Java 8 compatible release in the documentation Migrate codebase to Java 11

enhancement

https://errorprone.info/index https://mincong.io/2020/11/08/google-error-prone/

enhancement
help wanted

HighAvailabilityPgConnectionImpl needs to be a long-live singleton for using as a spring bean in spring boot starter. In this case we cannot determe primary host in constructor and remember it...

enhancement
work in progress

See https://www.baeldung.com/java-package-info

enhancement
help wanted
good first issue

get max_connections and calculate recommended values

enhancement

Hibernate can do such validation on startup but usually in real apps it isn't an appropriate behavior. - https://stackoverflow.com/questions/47839163/how-can-i-validate-the-database-schema-against-my-jpa-in-wildfly-11-hibernate - https://stackoverflow.com/questions/54464978/validate-schema-programmatically-using-hibernate - https://stackoverflow.com/questions/2327423/how-to-validate-database-schema-programmatically-in-hibernate-with-annotations

enhancement
help wanted

Consider adding metrics in prometheus format. We should use Micrometer 1.9.12 (or higher but compatible with Spring Boot 2.7.x)

enhancement

Иван, приветствую! Подскажи пожалуйста, а можно ли оформить pg-index-health как консольную утилиту?

enhancement
help wanted
good first issue