MySQL
  • 4 minute read
  • Understanding Transaction Isolation Levels in MySQL

    I love to be in an environment where I could map core business problems to technical solutions and architect a resilient system using first principles. Apart from coding and designing systems I love to read books.

    What happens if your customer performs concurrent financial operations via accounts? How do we solve this? Enter MySQL Isolation Levels!

    Read more