HarshadRanganathan / spring-boot-example

Example project using Spring Boot
MIT License
0 stars 0 forks source link

Scheduled Transactions: ProTips #122

Open HarshadRanganathan opened 2 weeks ago

HarshadRanganathan commented 2 weeks ago

Reduce the volume of data with limits

image

Programmatic short-lived transactions

image

Row locks

image

Concurrent processes optimize for row locks

image

Round trip batching

image