Process database table parallel by multiple containers

Viewed 11

Can some please help me some basic idea about below issue.

I have one database it has one table containers millions records. I have multiple spring boot containers.in all containers spring scheduler has to run some intervals and it has to run process table records parallelly.

Here number of spring boot containers are dynamic. If we have more number of records the we have to scale horizontally.

Thanks in advance.

0 Answers
Related