Skip to main content

Showing 1–2 of 2 results for author: Molina, J G

.
  1. arXiv:2205.11660  [pdf, other

    cs.DB

    A Taxonomy of Schema Changes for NoSQL Databases

    Authors: Alberto Hernández Chillón, Meike Klettke, Diego Sevilla Ruiz, Jesús García Molina

    Abstract: Schema evolution is a crucial aspect in database management. The proposed taxonomies of schema changes have neglected the set of operations that involves relationships between entity types: aggregation and references, as well as the possible existence of structural variations for schema types, as most of NoSQL systems are schemaless. The distinction between entity types and relationship types, whi… ▽ More

    Submitted 23 May, 2022; originally announced May 2022.

    Comments: 17 pages, 6 figures

  2. arXiv:2204.06670  [pdf, other

    cs.DB

    SkiQL: A Unified Schema Query Language

    Authors: Carlos Javier Fernández Candel, Jesús Joaquín García Molina, Diego Sevilla Ruiz

    Abstract: Most NoSQL systems are schema-on-read: data can be stored without first having to declare a Schema that imposes a structure. This schemaless feature offers flexibility to evolve data-intensive applications when data frequently change. However, freeing from declaring schemas does not mean their absence, but rather that they are implicit in data and code. Therefore, diagramming tools similar to thos… ▽ More

    Submitted 19 April, 2022; v1 submitted 13 April, 2022; originally announced April 2022.

    Comments: 18 pages