Skip to main content
2 of 2
edited body
Woody
  • 299
  • 1
  • 2
  • 8

Micro services and databases scale independently.

In practise, micro services scale more often than databases.

Databases scale using sharding and/or replications.

Consistency will be handled either using optimistic or pessimistic locking

Woody
  • 299
  • 1
  • 2
  • 8