Is MySQL or PostgreSQL more ACID compliant for database projects?

  • Thread starter ankitdixit
  • Start date
  • Tags
    Acid Mysql
In summary, the speaker is working on a database project and is proficient in SQL commands. They are looking for information on which database, MySQL or PostgreSQL, supports ACID compliance. According to a post on Quora, MySQL is not fully ACID compliant and only supports it when used with InnoDB or NDB. The speaker is seeking guidance on how to use these features with InnoDB. They also inquire about the ACID compliance of PostgreSQL.
  • #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?
 
Technology news on Phys.org

Similar threads

Back
Top