Types of Database Management Systems

View all blog posts under Articles | View all blog posts under Online Master of Science in Business Analytics

A database manager works in front of multiple computer displays with screens displaying data in the background.

Businesses wouldn’t get far if they based their important decisions on hunches. Companies make sound business decisions after a thorough analysis of all options and potential outcomes, good and bad. They base these analyses on the relevant data they collect from internal and external sources. The mechanism businesses rely on to convert raw data into insight that supports their decisions is a database management system (DBMS).

The various types of database management systems have three basic components:

  • The data itself, which comes in various structured and unstructured forms
  • The database engine, which controls access to and modification of the data
  • The database schema, which defines the way the database itself is structured

A Brief History of Modern DBMSs

The modern DBMS arrived in the late 1970s and early 1980s with the creation of the first relational database by English computer scientist Edgar Codd and others working on IBM’s System R project. The earliest databases lacked a way for data elements to be cross-referenced, so each element had to be repeated in each dataset it was used in. By contrast, the relational database model uses Structured Query Language (SQL, pronounced “sequel”) to allow data in a table to refer or “relate” to other data anywhere in the database.

SQL remains a mainstay of the DBMS industry. The top-four products in the DB-Engines Ranking of DBMSs and seven of the top 10 are relational databases. However, alternatives to relational DBMSs, such as NoSQL databases, are used widely in business to manage data types that lack the structure to work well under the relational model.

Other popular types of database management systems are in-memory systems that offer fast response times and high performance, columnar databases that meet the needs of data warehouses and other large repositories holding similar data items, and cloud-based databases that allow companies to adopt the database as a service model (DBaaS). Note that DBaaS is also referred to as managed database services.

Relational DBMSs

Relational DBMSs are the most popular form of DBMS, although SQL technology appears to be reaching its limits in terms of accommodating big data and web-scale databases that contain large amounts of unstructured data.

The relational model is based on a table with columns and rows:

  • Each column represents a data attribute.
  • Each row represents a distinct database record.
  • Each field in the table represents a data value.

To tap the information in a SQL or other relational database, users submit a query that finds and analyzes data relevant to the query and then generates the results in the form of a report. Query processing is made possible by the database schema that controls formatting and defines relationships between entities in each field, as Codebots explains.

The market-leading RDBMSs are Oracle, MySQL, Microsoft SQL Server and PostgreSQL:

  • Oracle has been selling enterprise databases since the 1980s and has a reputation for smooth integration of its hardware and software, as eWeek reports. The Unix-based Oracle SQL is noted for its flexibility, reliability and security.
  • MySQL is an open-source RDBMS that Oracle owns and costs less than commercial alternatives, but installing and maintaining MySQL databases requires knowledge of database design and operation.
  • Microsoft SQL Server is available in more than 12 versions to meet the workload and application needs of a range of organizations, from enterprises to small businesses. Recent enhancements include a web edition and new business intelligence analytics tools.
  • PostgreSQL is an open-source object-relational RDBMS that complies with the ANSI SQL and SQL/MED standards. The system supports more than 12 procedural languages and many database extensions.

NoSQL DBMSs

NoSQL DBMSs differ from SQL-based systems in their support for both structured and unstructured data. This allows NoSQL systems to collect and analyze data without requiring a rigidly defined schema. For example, NoSQL databases can process queries of database entities that have different elements, such as social media posts, images, audio and video, in addition to conventional text and numeric data.

NoSQL DBMSs include graph, document store and key-value store database types:

  • Graph DBMSs, or graph-oriented databases, are intended to render visual representations of data. The graph model uses “edges” to define relationships between “nodes.” Most graph DBMSs are multimodal, which means they include other databases, such as key-value store and document store, to broaden the range of data types they support.
  • Document store databases are noted for their ability to store entire documents with no changes. This means the data doesn’t have to be “normalized,” as relational DBMSs require for the data to be usable. This simplifies data input but may duplicate data that a relational DBMS needs to store only once.
  • Key-value store databases create pairs of keys and values, such as the key “name” and the value “Smith.” They’re noted for their ability to store massive amounts of data while also being simple to use and scalable to keep memory and processing overhead low.

In-Memory DBMSs

In-memory DBMSs rely on the computer’s main memory rather than disk storage, which improves their performance over standard database models. By maintaining data in active memory, I/O latency is nearly eliminated. The databases, which are also called main-memory DBMSs, also use internal algorithms that reduce processing overhead substantially.

According to PARIS Technologies, a principal characteristic of most in-memory DBMSs is their adherence to the ACID properties:

  • Atomicity refers to single data transfers rather than multiple data transfers, so if any part of a transaction fails, the file is left unchanged, which avoids potential corruption.
  • Consistency guarantees that the data exists in a single valid state and follows all defined rules.
  • Isolation ensures that each transaction executes apart from and independent of all other transactions running concurrently.
  • Durability means that all transactions assigned to the database will be completed even if there’s a loss of power, a system crash, or an error.

In-memory DBMSs include Oracle TimesTen, VoltDB and MemSQL, while in-memory NoSQL DBMSs include Redis and Aerospike.

Columnar DBMSs

Columnar DBMSs, or column-oriented databases, are used primarily in data warehouses that store massive amounts of similarly structured data. This type of SQL database is optimized for business intelligence applications in which a few columns of many rows are queried.

PAT Research explains that column-oriented DBMSs are designed to store a great number of dynamic columns. Rather than having all column names and record keys fixed, the values in a single column are serialized in sequence, so the information that a relational DBMS would store in several rows fits in a single column. This allows for faster analysis and querying of large volumes of data.

  • Columnar DBMSs are noted for their durable data storage to protect against data loss or corruption.
  • Columnar DBMSs allow data to be sorted and manipulated directly rather than relying on a separate application.
  • Columnar DBMSs are self-indexing to improve the effectiveness of data processing, querying and analysis.
  • Columnar DBMSs are highly scalable because more data can be stored in a single column than in rows, and data can be spread across many computing nodes and data stores.
  • Columnar DBMSs optimize database storage because columns are highly compressible.

Popular columnar DBMSs include MariaDB, CrateDB, Apache HBase, Apache Kudu and MonetDB.

Cloud-based DBMSs

A growing number of companies choose to store their databases on public cloud platforms. Managed cloud database services are used to manage the systems via the DBaaS model. Rather than having to provision the underlying infrastructure and resources required to run a relational DBMS on premises, the cloud model lets companies pay for only the storage, processing and other resources that they actually use.

As demand for database resources goes up or down, the managed service scales automatically to accommodate the change. Database workloads are securely stored in the cloud, and data assets can be accessed at any time from any internet-connected device.

The leading cloud database services are Amazon Web Services (AWS), Microsoft Azure and Google Cloud Platform, all of which support relational, NoSQL and other database types.

DBMSs: The Engines That Drive Modern Business

Companies increasingly rely on their data assets to make their operations more competitive, more efficient and more profitable. DBMSs are the platforms that transform data of all types into business intelligence that helps the company achieve its goals.

The University of Maryland’s Robert H. Smith School of Business Online Master of Science in Business Analytics degree program is designed to prepare students to take lead roles in guiding firms toward success. Learn more about how the program can help tomorrow’s tech leaders pursue their professional goals.

 

Recommended Readings

Data Mining in Business: Skills and Competencies Needed to Succeed

Comparing Analytics Careers: Business Analyst vs. Data Analyst

Business Analytics vs. Data Science: Data-Driven Decision-Making in Business

 

Sources:

AltexSoft, Comparing Database Management Systems: MySQL, PostgreSQL, MSSQL Server, MongoDB, Elasticsearch and Others

C# Corner, “Types of Databases”

Codebots, “Types of Databases and DBMS (with Examples)”

DB-Engines, DB-Engines Ranking

DZone, “NoSQL Database Types”

eWeek, “Top Database Management Systems Vendors”

Guru99, “What Is DBMS? Application, Types, Example, Advantages, Disadvantages”

History-Computer.com, Edgar Codd

NetApp, Cloud-Based Database Workloads: An Introduction

PARIS Technologies, In-Memory Database

PAT Research, Top 9 Column-Oriented Databases

TechRadar, “Best Cloud Databases of 2020”

TechTarget, Database Management System (DBMS)

TechTarget, “Evaluating the Different Types of DBMS Products”

WhatIsDBMS.com, “Types and Classification of Database Management System”