What is it about?
NoSQL databases often have data which is denormalized and duplicated to improve query performance. This work is fully automated and uses data dependency analysis followed by modifications to traditional relational normalized algorithms to produce a normalized model.
Featured Image
Photo by Kelly Sikkema on Unsplash
Why is it important?
When working with an unfamiliar databases, this can make it challenging to understand relationships between different data structures. A normalized model is much easier to understand and utilize. While not explored fully in this work, It is also possible to use this model for query rewriting so users can write queries against an easily-understood normalized model and have them executed against the appropriate structure in the underlying database.
Perspectives
Read the Original
This page is a summary of: Renormalization of NoSQL Database Schemas, January 2018, Springer Science + Business Media,
DOI: 10.1007/978-3-030-00847-5_34.
You can read the full text:
Resources
Contributors
The following have contributed to this page