Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is long running transaction?
Home
Data Analytics
What is long running transaction?
0
votes
asked
Mar 21, 2023
in
Data Analytics
by
Robin
What is long running transaction?
long
running
transaction
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 21, 2023
by
Robin
Long running transaction support CD (Consistency & Durability) properties of ACID. It is not practical to lock transaction for a long time. This transaction can run indefinitely and can be dehydrated also.
...