Disambiguating Databases.

The article explains the functions and operations of databases so as to aid those managing data storage in selecting the most appropriate one. It outlines the three types of data models in databases, relational, key-value, and hierarchical; different types of application programming interfaces (APIs...

Descripción completa

Detalles Bibliográficos
Publicado en:Communications of the ACM Vol. 58; no. 1; pp. 54 - 62
Autor principal: RICHARDSON, RICK
Formato: Artículo
Publicado: Association for Computing Machinery Jan2015
Materias:
Acceso en línea:Ver este registro en EBSCOhost
Descripción
Sumario:The article explains the functions and operations of databases so as to aid those managing data storage in selecting the most appropriate one. It outlines the three types of data models in databases, relational, key-value, and hierarchical; different types of application programming interfaces (APIs); and the steps of a database transaction. It assesses different kinds of databases with respect to criteria including speed and data protection. Topics include the limitations of hard disks versus solid-state drives (SSDs), the benefits of SQL versus non-SQL databases, the role of page caches, and indexing.