A company is transitioning from a monolithic system to microservices. They need a database that can ensure strong transactional guarantees. What kind of database system would be suitable?

  • NoSQL Database
  • NewSQL Database
  • Columnar Database
  • Time-Series Database
NewSQL databases like Google Spanner are designed to combine the scalability of NoSQL databases with strong transactional guarantees, making them suitable for microservices transitioning from monolithic systems.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *