2011 RoEduNet International Conference 10th Edition: Networking in Education and Research 2011
DOI: 10.1109/roedunet.2011.5993686
|View full text |Cite
|
Sign up to set email alerts
|

A comparison between several NoSQL databases with comments and notes

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
79
0
4

Year Published

2015
2015
2021
2021

Publication Types

Select...
4
4

Relationship

0
8

Authors

Journals

citations
Cited by 169 publications
(83 citation statements)
references
References 2 publications
0
79
0
4
Order By: Relevance
“…Carlson proposed that how to use Redis [6] on the system and also explain simple interaction with it using example of key-value data storage system which is useful in solving real problems. A comparison between several NoSQL databases with comments and notes [9]; to offer high performance on the basis of their speed.…”
Section: Related Workmentioning
confidence: 99%
“…Carlson proposed that how to use Redis [6] on the system and also explain simple interaction with it using example of key-value data storage system which is useful in solving real problems. A comparison between several NoSQL databases with comments and notes [9]; to offer high performance on the basis of their speed.…”
Section: Related Workmentioning
confidence: 99%
“…The currently popular NoSQL DBMS (such as MongoDB [5]) either does not support the ACID transaction management model or supports in only partially [6]. A database designer interacts with simple-structure documents, identifiable by a unique id (key-value model).…”
Section: Problem Formulationmentioning
confidence: 99%
“…1 the "automaton" table will have 20 entries; starting states are coded as (0,1) and (0,4), final states -as (3,0) and (5,0). Here are the contents of table "automaton" {(0,1), (1,5), (1,3), (1,2), (1,6), (2,2), (2,3), (2,5), (2,6), (0,4), (4,2), (4,6), (4,5), (4,3), (6,2), (6,6), (6,3), (6,5), (3,0), (5,0)}.…”
Section: Coding the Machine In The Parent-child Modelmentioning
confidence: 99%
“…Relational databases provide ACID properties (atomicity, consistency, isolation, and durability), which guarantee reliable database transactions. At the same time, this limits the scalability of the databases [6,7]. As stated in Eric Brewer's CAP theorem [8], a system can have only two properties out of these three properties: consistency, availability, and partition-tolerance.…”
Section: Introductionmentioning
confidence: 99%
“…They generally relax the ACID constraints and provide BASE properties (basically available, soft state, and eventual consistency) instead [10]. The lower level of ACID compliance is traded off for higher availability [6,11], flexibility [12] and scalability.…”
Section: Introductionmentioning
confidence: 99%