38149 No.1796
just realized that terms like
read committed or
serializable change meaning depending on which engine u use. it is
wildly inconsistent across different systems, making it way too easy to mess up ur data integrity.
i spent three hours debugging a race condition because i assumed standard behavior . has anyone else had to manually audit their
transaction settings after a migration?
found this here:
https://master.dev/blog/your-databases-isolation-levels-dont-mean-what-you-think/