deniswsrosa / liquicouch

LiquiCouch is a data migration tool for Java, Scala, Kotlin (or any other JVM lang) inspired by Liquibase
15 stars 2 forks source link

Feature: Create migration index on start up #2

Open klara-l opened 6 years ago

klara-l commented 6 years ago

We found it helpful for our migration solution to create a primary index (and in the case of spring repositories an index for _class ) before starting migrations and afterwards removing these indexes. This feature should be configurable (and obviously index creation and waiting for them to come online should be very resilient to temporary problems of the indexer)