Class AbstractCreateBatchIndexesMigration

java.lang.Object
org.flywaydb.core.api.migration.BaseJavaMigration
org.springframework.cloud.dataflow.common.flyway.AbstractMigration
org.springframework.cloud.dataflow.server.db.migration.AbstractCreateBatchIndexesMigration
All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration
Direct Known Subclasses:
V10__CreateBatchIndexes, V10__CreateBatchIndexes, V11__CreateBatchIndexes, V11__CreateBatchIndexes, V11__CreateBatchIndexes, V12__CreateBatchIndexes

public abstract class AbstractCreateBatchIndexesMigration extends org.springframework.cloud.dataflow.common.flyway.AbstractMigration
Provide indexes to improve aggregate view performance
Author:
Corneil du Plessis
  • Field Details

    • CREATE_BATCH_STEP_EXECUTION_JOB_EXECUTION_ID_INDEX

      protected static final String CREATE_BATCH_STEP_EXECUTION_JOB_EXECUTION_ID_INDEX
      See Also:
    • CREATE_BOOT3_BATCH_STEP_EXECUTION_JOB_EXECUTION_ID_INDEX

      protected static final String CREATE_BOOT3_BATCH_STEP_EXECUTION_JOB_EXECUTION_ID_INDEX
      See Also:
    • CREATE_BOOT3_TASK_TASK_BATCH_JOB_EXECUTION_ID_INDEX

      protected static final String CREATE_BOOT3_TASK_TASK_BATCH_JOB_EXECUTION_ID_INDEX
      See Also:
    • CREATE_TASK_TASK_BATCH_JOB_EXECUTION_ID_INDEX

      protected static final String CREATE_TASK_TASK_BATCH_JOB_EXECUTION_ID_INDEX
      See Also:
    • CREATE_BATCH_JOB_EXECUTION_START_TIME_INDEX

      protected static final String CREATE_BATCH_JOB_EXECUTION_START_TIME_INDEX
      See Also:
    • CREATE_BOOT3_BATCH_JOB_EXECUTION_START_TIME_INDEX

      protected static final String CREATE_BOOT3_BATCH_JOB_EXECUTION_START_TIME_INDEX
      See Also:
  • Constructor Details

    • AbstractCreateBatchIndexesMigration

      public AbstractCreateBatchIndexesMigration()
  • Method Details

    • getCommands

      public List<org.springframework.cloud.dataflow.common.flyway.SqlCommand> getCommands()
      Overrides:
      getCommands in class org.springframework.cloud.dataflow.common.flyway.AbstractMigration