Using Redshfit as Spring batch Job Repository and alternatives to SEQUENCE in Redshfit
问题 One of the requirements in my project is to place the spring batch schema on amazon redshift db. I am planning to start from the schema-postgresql.sql as the base line as redshift is based on postgres. Looking at the spring batch source code it looks like you need to do few things to make this work: Extending JobRepositoryFactoryBean, DefaultDataFieldMaxValueIncrementerFactory. Adding My own RedshfitMaxValueIncrementer that extends AbstractSequenceMaxValueIncrementer Looking at the redshift