Top "Acid" questions

Guaranteed properties of many database systems - This is an acronym for Atomicity, Consistency, Isolation, Durability.

How to debug Lock wait timeout exceeded on MySQL?

In my production error logs I occasionally see: SQLSTATE[HY000]: General error: 1205 Lock wait timeout exceeded; try restarting transaction I …

mysql debugging transactions innodb acid
How do ACID and database transactions work?

What is the relationship between ACID and database transaction? Does ACID give database transaction or is it the same thing? …

database transactions acid
Is there any NoSQL data store that is ACID compliant?

Is there any NoSQL data store that is ACID compliant?

database nosql acid
What did MongoDB not being ACID compliant before v4 really mean?

I am not a database expert and have no formal computer science background, so bear with me. I want to …

sql mongodb acid database nosql
What's a real-world example of ACID?

I'm looking for a real-world example for the various ACID properties of a database.

database acid
Mongo DB 4.0 Transactions With Mongoose & NodeJs, Express

I am developing an application where I am using MongoDB as database with Nodejs + Express in application layer, I have …

node.js mongodb mongoose transactions acid
SQL Server and ACID property of Database

I am newbie to database and SQL Server. So when i have search things about database on internet i have …

sql-server database acid
How can I make a stored procedure commit immediately?

EDIT This questions is no longer valid as the issue was something else. Please see my explanation below in my …

sql-server acid
Raw sql transactions with golang prepared statements

I'm having trouble finding some examples that do three of the following things: 1) Allow raw sql transactions in golang. 2) Use …

postgresql go transactions acid
What happens if altering a stored procedure while it is running?

I have a minor, one line change (fixing a typo in a string), to a stored procedure that I would …

sql-server sql-server-2005 stored-procedures acid