Is MySQL or PostgreSQL more ACID compliant for database projects?

  • Thread starter Thread starter ankitdixit
  • Start date Start date
  • Tags Tags
    Acid Mysql
AI Thread Summary
MySQL and PostgreSQL both support ACID compliance, but their implementations differ. MySQL is not fully ACID compliant unless using the InnoDB or NDB storage engines, which ensure transactions are atomic, consistent, isolated, and durable. To utilize InnoDB, users can refer to the MySQL documentation for setup instructions. PostgreSQL, on the other hand, is inherently ACID compliant across all its operations, making it a reliable choice for database projects requiring strict adherence to these principles. Users are encouraged to explore official documentation for both databases to understand their capabilities and configurations better.
ankitdixit
Messages
5
Reaction score
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
Dear Peeps I have posted a few questions about programing on this sectio of the PF forum. I want to ask you veterans how you folks learn program in assembly and about computer architecture for the x86 family. In addition to finish learning C, I am also reading the book From bits to Gates to C and Beyond. In the book, it uses the mini LC3 assembly language. I also have books on assembly programming and computer architecture. The few famous ones i have are Computer Organization and...
hi; i purchased 3 of these, AZDelivery 3 x AZ-MEGA2560-Board Bundle with Prototype Shield and each is reporting the error message below. I have triple checked every aspect of the set up and all seems in order, cable devices port, board reburn bootloader et al . I have substituted an arduino uno and it works fine; could you help please Thanks Martyn 'avrdude: ser_open(): can't set com-state for "\\.\COM3"avrdude: ser_drain(): read error: The handle is invalid.avrdude: ser_send(): write...
Back
Top