Relative Content

Tag Archive for javaspring-batch

Spring Batch scenario, am I thinking this right?

I want to process millions of accounts. I want to read 1K accounts (pageSize) per DB read, call a REST service in processor with 20 account id’s per call, then write to network storage (recommends fewer writes with lots of data per write) in writer.
I am thinking two options:-

Spring Batch scenario, am I thinking this right?

I want to process millions of accounts. I want to read 1K accounts (pageSize) per DB read, call a REST service in processor with 20 account id’s per call, then write to network storage (recommends fewer writes with lots of data per write) in writer.
I am thinking two options:-

Spring Batch scenario, am I thinking this right?

I want to process millions of accounts. I want to read 1K accounts (pageSize) per DB read, call a REST service in processor with 20 account id’s per call, then write to network storage (recommends fewer writes with lots of data per write) in writer.
I am thinking two options:-

Spring Batch scenario, am I thinking this right?

I want to process millions of accounts. I want to read 1K accounts (pageSize) per DB read, call a REST service in processor with 20 account id’s per call, then write to network storage (recommends fewer writes with lots of data per write) in writer.
I am thinking two options:-