spring batch remote partition with multiple tables -


i have developed 1 app have process more 5 million records 1 large table. have used spring batch remote partitioning working fine.

i have use same job , tweak create partition multiple table. each partition have table name , min , max records slave knows table has read data , prepare file.

my question is, can done if yes there sample out there on github.

thank you

yes can done. you'll need implement own partitioner handle logic of creating executioncontexts each table/row range.

a couple resources:


Comments

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -