The goal of this post is to explain how to handle updates on extremely large database tables.
Prérequis
Modifications are not atomic, which means you don't need to make sure all modifications are completed or none are.
When should I use it ?
- 1.000 rows: You should have that in mind
- 1.000.000 rows: You start stressing …
Read More