distributed transaction processing
Recently Published Documents


TOTAL DOCUMENTS

81
(FIVE YEARS 6)

H-INDEX

8
(FIVE YEARS 0)

2020 ◽  
Vol 13 (12) ◽  
pp. 3112-3124
Author(s):  
Juchang Lee ◽  
Kyu Hwan Kim ◽  
Hyejeong Lee ◽  
Mihnea Andrei ◽  
Seongyun Ko ◽  
...  

2018 ◽  
Vol 27 (3) ◽  
pp. 347-368
Author(s):  
Chang Yao ◽  
Meihui Zhang ◽  
Qian Lin ◽  
Beng Chin Ooi ◽  
Jiatao Xu

2017 ◽  
Vol 74 ◽  
pp. 232-240 ◽  
Author(s):  
Jianjiang Li ◽  
Qian Ge ◽  
Jie Wu ◽  
Yue Li ◽  
Xiaolei Yang ◽  
...  

Author(s):  
V. Z. Stetsyuk ◽  
A. Yo. Savytskyi ◽  
T. P. Ivanova ◽  
L. Yu. Babintseva ◽  
Yu. O. Luhovskyi ◽  
...  

Nowadays in medical departments, the main problem is to keep big amount of information and create logical connections between them to increase efficiency of medical personal. You need to store different amount of information in different columns and sometimes create new one, but without developer, it is a problem, because you need to edit structure of database.To prevent this problem developers using software package that helps them to modify database schema. Moreover, the same tool medical personal could use as well.First of all we need to understand what exactly you working with, what type of information will be worked on, also ensure on simple examples (the way it could be easy) what needs to be done. Next step consist of algorithm structure and base structure, it is the main part of development.Packages that you need could be an assembly of several languages for example: C#, SQL, Python. Any type of connection that focused on this, called «NoSQL»Main difference: NoSQL gives you more abilities than simple SQL, by using combination of languages that focused on result and efficiency.Instead of most NoSQL databases it offers a concept of «eventual consistency» in which database changes are propagated to all nodes «eventually» (typically within milliseconds) so queries for data might not return updated data immediately or might result in reading data that is not accurate, a problem known as stale reads. Additionally, some NoSQL systems may exhibit lost writes and other forms of data loss. Fortunately, some NoSQL systems provide concepts such as write-ahead logging to avoid data loss. For distributed transaction processing across multiple databases, data consistency is an even bigger challenge that is difficult for both NoSQL and relational databases. Even current relational databases do not allow referential integrity constraints to span databases. There are few systems that maintain both ACID transactions and XI Open XA standards for distributed transaction processing.


Sign in / Sign up

Export Citation Format

Share Document