2016 IEEE Tenth International Conference on Research Challenges in Information Science (RCIS) 2016
DOI: 10.1109/rcis.2016.7549340
|View full text |Cite
|
Sign up to set email alerts
|

Data schema does matter, even in NoSQL systems!

Abstract: Abstract-A Schema-less NoSQL system refers to solutions where users do not declare a database schema and, in fact, its management is moved to the application code. This paper presents a study that allows us to evaluate, to some extent, the data structuring impact. The decision of how to structure data in semi-structured databases has an enormous impact on data size, query performance and readability of the code, which influences software debugging and maintainability. This paper presents an experiment performe… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

1
3
0
4

Year Published

2018
2018
2020
2020

Publication Types

Select...
4
1
1

Relationship

2
4

Authors

Journals

citations
Cited by 34 publications
(8 citation statements)
references
References 12 publications
1
3
0
4
Order By: Relevance
“…However, the characteristics of the data structure have a strong impact on several aspects such as the size of the database, query performance and code readability of queries. The experiments presented in [2] confirm that influence. Our work is motivated by the analysis of how such aspects influence the maintainability and usability of the database as well as applications.…”
Section: Background and Motivationsupporting
confidence: 73%
See 2 more Smart Citations
“…However, the characteristics of the data structure have a strong impact on several aspects such as the size of the database, query performance and code readability of queries. The experiments presented in [2] confirm that influence. Our work is motivated by the analysis of how such aspects influence the maintainability and usability of the database as well as applications.…”
Section: Background and Motivationsupporting
confidence: 73%
“…In Figure 7, we introduce an example with nine structuring alternatives. This case study was already used in the work with MongoDB databases presented in [2], where we discussed the impact of the data-structures on the query evaluation. Here we are considering a similar application to analyze schema alternatives using the metrics.…”
Section: Validation Scenariomentioning
confidence: 99%
See 1 more Smart Citation
“…La manière dont sont structurées les données a un fort impact sur la taille de la base, les performances des requêtes et la lisibilité du code des requêtes, ce influence la maintenabilité et l'usabilité de la base ainsi que de ses applications. Cela a été constaté de manière expérimentale (Gómez et al, 2016) où plusieurs patrons de comportement ressortent. Notamment, les collections avec des documents imbriqués ont un impact positif sur les requêtes qui suivent l'ordre d'imbrication.…”
Section: Contexte Et Motivationunclassified
“…Cela octroie une grande flexibilité à l'utilisateur tout en introduisant une complexité dans l'accès aux données. La manière de structurer les données est importante car elle a un impact sur divers aspects de la base de documents et des applications qui les utilisent (Gómez et al, 2016 ;Gomez, 2018). Les choix de structuration peuvent présenter des avantages et des inconvénients en matière d'empreinte mémoire, redondance de données engendrée, coût de navigation dans les structures et d'obtention de certaines données, et lisibilité des programmes.…”
Section: Introductionunclassified