Most voted "acid" questions
This tag should be used when the question refers to some resource, information or problem related to ACID relational database properties. ACID is an acronym for atomicity, consistency, isolation and durability. This is the set of properties that ensure a database and its transactions are reliable.
Learn more…3 questions
Sort by count of
-
37
votes3
answers2737
viewsHow to integrate microservices?
The idea of microservices is good. But I don’t really understand how to solve certain problems. Maybe the problem is how it is "sold". I don’t see much to say when to use it or when to avoid it. It…
database software-architecture transactions microservices acidasked 6 years, 9 months ago Maniero 444,682 -
9
votes1
answer3480
viewsWhat is ACID in a database?
I’m not talking about web implementation indicator. Besides the acronym, because it’s important?
-
2
votes1
answer98
viewsShould failed completed transactions persist in the database?
When I came across this statement I was confused, could anyone clarify? Question: One of the known properties in relational databases as ACID is the durability, according to which, in a successfully…