- #1
ankitdixit
- 6
- 1
- TL;DR Summary
- Which one supports ACID compliant between MySQL and PostgreSQL
Hello All, I am working on a database project and I am good at SQL commands. I want to know which one supports ACID compliant between MySQL and PostgreSQL. I have asked this question on Quora and according to this post, MySQL is not completely ACID compliant. It supports ACID only when used in InnoDB and NDB. Can anyone tell me how i can use them with InnoDB? Or PostgreSQL is supported or not?