Nutanix Glossary

What is Database Management?

June 26, 2023 | min

Database management is not a singular entity; rather, it’s a series of actions (and for some, a dedicated system) for manipulating business data throughout its lifecycle. As data grows, businesses have found that database management is a necessity for managing this influx to prevent poor application performance and to reduce any impact to availability, compliance and security.

There are several techniques and actions under the umbrella of “database management” that a business can take to reduce or prevent the negative impacts of exponential, uncontrolled data growth.

Below is a list of some common, protective database management tasks:

  • Monitoring the performance of applications and their data and tuning as needed

  • Planning for storage and capacity growth requirements 

  • Establishing a powerful backup and disaster recovery solution

  • Archiving, partitioning, replicating, and masking data

RELATED

Take a Test Drive

Take Nutanix Database Service for a test drive to experience the power and simplicity of the only hybrid multicloud database-as-a-service.

What is a database management system?

Whereas database management is a series of best practices, a database management system (DBMS) refers to a software-defined system that manages databases and their data. Common database management systems include Microsoft SQL Server, Oracle Database, and PostgreSQL. With a DBMS, users have control over the data in a database and are able to read, update, create, and delete data d. A database management system behaves as an interface, offering end users access to their databases and enabling them to organize and access the data as needed.

A database management system enables users, such as database administrators, to manage the data, to manage the engine that allows users to access the data within the database, and to manage what is known as the database schema, the organizational structure of a database. Together, a DBMS delivers security and ensures data integrity, but some systems are even used to deliver automated rollbacks and restarts, logs, and audit activity within a database.

Database management systems can be categorized into various types:

  • A centralized system where all the data lives in a single location, and users can access that location to manipulate the data.

  • A distributed system where the data lives in various nodes.

  • A federated system is able to provision data without source data duplication. This category can be further split into two subcategories: 

    • A loosely coupled database requires access to other component databases.

    • A tightly coupled database uses independent processes to work into a federated system.

    • Blockchain database systems manage transactions, financial and otherwise.

Database management system vs database: what’s the difference?

A database is a store of information that is collected and used by organizations for many different purposes. A DBMS is the software that allows organizations to manage, access, and modify that stored database information. The terms can sometimes be used interchangeably because organizations typically don’t have one without the other. 

Database management system vs data warehouse vs data lake

Storing data is the objective of databases, data warehouses, and data lakes alike. But they are not the same thing. 

A simple way to differentiate the three terms is as follows: 

  • Databases store current information that applications and employees need to do their day-to-day business. 

  • Data warehouses store both current and historical relational information from a variety of systems and sources, which is most often used for reporting, data analysis, and business intelligence. 

  • Data lakes store current and historical information from a variety of systems like data warehouses, but it’s typically stored in its raw, unindexed, unprepped form. It’s most often used for big data analysis projects that require lots of data, such as AI and machine learning projects and real-time analytics.

How does database management work?

Put simply, a database manager and their team are responsible for ensuring the health and performance of a business’s databases. Using best practices like the ones outlined above ensures organizational databases run as they should. However, operating with a database management system (DBMS) provides much-needed control and visibility.

In a nutshell, a database management system works as follows: It organizes your database files and provides end users more access and control over their data. To accomplish this, A DBMS allows users to manipulate the data in their database files, including creating, editing, and updating it when needed. From there, a DBMS can store and retrieve said data from the database.

A DBMS provides 5 main functions:

  1. Granting multiple users concurrent access to a single database.

  2. Establishing and maintaining security rules and user access rights.

  3. Backing up data regularly and recovering it quickly should a breach occur.

  4. Setting up database rules and standards to protect data integrity.

  5. Providing “dictionary” definitions and descriptions of available data.

Of course, a DBMS does not replace a database manager or a database administrator. These specialists ensure the database structure runs as it should, and they can create user permissions to control who has access to the data. Together, a DBMS and a specialist can ensure quality control over the data.

What are the components of a database management system?

A DBMS is typically a suite of software made up of various integrated components. Together, they form a system that enables organizations to efficiently and easily create, access, and modify data in databases. 

Most DBMSes include the following:

  • Storage engine - As the core component of a DBMS, this stores the data. It’s the part of the system that communicates with the file system at the OS level. It’s the gateway for all the SQL queries that interact with the stored data. 

  • System catalog or database dictionary - Also called the metadata catalog, this component is a centralized repository for all created database objects. It is used to confirm data requests from users and also to provide information about a database’s objects, security, performance, and more. 

  • Database access language - every DBMS needs an application programming interface (API) to enable users to create databases and access data, and it usually comes in the form of a database access language. For instance, structured query language (SQL) is the default data access language in relational databases.  

  • Optimization engine - This component processes data requests and transforms them into actionable commands. It also helps tune databases for optimal performance. 

  • Query processor - Once a query (data request) has gone through the optimization engine, the query processor handles the request and feeds back the results. It acts as a sort of middleman between the database and user queries. 

  • Lock manager - This component keeps multiple users from modifying the same data at the same time. It locks access for each user in turn. 

  • Log manager - All DBMSes keep records of how and when data in the database is modified, created, or deleted. The log manager records this information and can also integrate with database utilities to recover data or make backups. It manages the logs by organizing them and keeping them easily accessible. 

  • Data utilities - This category is an umbrella term for a variety of components that simplify database management and monitor activity. They can include software for data backup and restore, integrity checks, reporting and monitoring, simple repair, validations, and so on. 

RELATED

What is Database-as-a-Service (DBaaS)?

Learn the ins and outs of DBaaS, including providing a robust platform on which to run databases, supporting databases on-premises and in the cloud, and abstracting database management functions to create a common operational paradigm.

 

Database management system examples

There are many types and examples of DBMS tools and they differ most strikingly in the way they structure data. Common types of database models include relational, hierarchical, document-oriented, network-oriented, and object-oriented. It follows that a DBMS would need to match the model type and information structure. So here are the most common types of DBMS solutions: 

  • RDBMS - Relational databases are the most widely used today and can adapt to the most use cases. They’re also sometimes called SQL DBMSes. RDMBSes organize structured data into rows with clearly defined relationships represented by values in columns. Examples of this type of DBMS include Oracle, MySQL, Microsoft SQL Server, and the open-source PostgreSQL. 

  • NoSQL DBMS - A lot of today’s data is unstructured, which means it doesn’t fall neatly into rows and columns of an RDBMS spreadsheet. There are several types of NoSQL DBMS: 

    • Document DBMS (DoDBMS) - These are mostly used for databases that store data in JSON document formats without clear relationships. MongoDB and Azure Cosmos DB are common examples of this type. 

    • Columnar DBMS (CDBMS) - Also referred to as wide-column stores, this type manages databases that are more oriented to columns instead of rows to store data, which enables high performance. Examples of this type are Apache HBase and Apache Cassandra. 

    • Graph-oriented DBMS - This type of NoSQL DBMS organizes data into nodes that depict relationships. Examples include GraphDB and Neo4j. 

    • Key-value DBMS - This type manages key-value databases that store data by pairing a value with a unique key. It’s a simple model that can be highly scalable. Examples include Memcached and Redis. 

  • NewSQL DBMS - This type is a sort of hybrid of RDBMS and NoSQL DBMS. It uses SQL but delivers the performance and scalability of NoSQL DBMSes. In addition, they help ensure data consistency through support for ACID transaction properties (atomicity, consistency, isolation, and durability). Examples include Volt Active Data, NuoDB, Google Cloud Spanner, and CockroachDB. 

  • In-memory DBMS (IMDBMS) - This type of DBMS enables users to store, manage, and manipulate data by relying on the system’s main memory. It decreases latency by directly accessing memory and can provide speedier response times and increased performance. One disadvantage is that it consumes more resources than other types. Examples include SAP HANA and Redis. 

  • Multimodel DBMS - This type allows organizations to select the DBMS model that is best for their requirements. One example is IBM Db2, a relational database that includes a columnar option. Some of the most commonly used DBMS employ add-ons to make them multimodal, such as MongoDB, Oracle, and PostgreSQL. 

Why businesses need database management?

The proliferation of data shows no signs of slowing down. As a result, businesses are investing in database management tasks, database managers, and database management systems to do the following:

  • Keep business operations running as planned
  • Keep track of customers, data inventory, and employees
  • Maintain application and database performance
  • Store and organize unique, varied types of data
  • Automate database processes and procedures

Specifically, the benefits of a database management system are hard to ignore, especially as the amount of data people and machines create every day increases. One of the more notable benefits is improving the security of the data stored in a database. With DBMS, businesses can increase their access to data and help end users throughout the organizations share the data. As a result, these end users can deliver faster sales and make quicker decisions as they have access to the exact data they need.

Furthermore, with a database management system, businesses can eliminate the problems that occur with data inconsistency, which happens if multiple forms of the same data exist in different locations. A DBMS provides organizations a complete, clear view into the way data is shared, ensuring there aren’t unnecessary copies of data. Not to mention, A DBMS allows organizations to enforce data security and privacy policies to reduce the risk of a data breach. 

Finally, end users will be empowered to make informed decisions based on the data available. Better, more consistent data means high-quality, usable information that can help users make decisions with the exact data they need. Ultimately, this results in improved productivity throughout the organization.

Database management system use cases 

Databases are used in such a wide variety of ways that it’s fair to say that every organization has at least several use cases for employing a DBMS. Any company that stores data to access it later, or has applications that need a lot of data to operate are good use cases for a DBMS. 

Here are some DBMS use cases in different industries: 

  • Economics and finance firms store information about customer transactions, stock market trades, bonds, mortgages, and other financial products.

  • Telecommunications companies store information about customer calls, billing, archives, and plan features and capabilities. 

  • Airlines store information about flight schedules, employee work histories, safety records, reservations, and maintenance.

  • Educational institutions store information about class schedules, student records, teacher reviews and remuneration, and class registration. 

  • Sales and marketing organizations store information about customer meetings and sales, returns, feedback, and prospects. 

  • Human resources firms store information about new and prospective hires, payroll, taxes, employee performance reviews, and more. 

  • Manufacturers store information about inventory, operations, production blueprints, supply chain, and maintenance. 

  • Streaming media platforms rely on databases to store massive volumes of media that need to be organized and accessed on demand. 

  • Technology companies use database information to create virtual and augmented reality applications that require data-intensive AI and machine learning models. 

  • Sports organizations store information about player statistics, team performance, game scheduling, and historical media that can be analyzed.

How to choose a database management system?

Whether your organization wishes to establish database management best practices or adopt a database management system, choosing the right DBMS depends on multiple factors and priorities.

Understanding your existing database(s) is the first crucial step in determining which DBMS will make the most sense. Each database will have its own unique data, so businesses should be knowledgeable about their needs. A good DBMS will deliver a centralized view into the state of your data, so you can see where it is stored and how it is operating. Not to mention, a DBMS will grant access to data across various applications without having to replicate the data first.

It’s also important to keep in mind that like many systems, a DBMS will require more memory and CPU, so businesses should keep in mind if they can support this requirement. However, the benefits of DBMS are tangible, especially when it comes to ever-growing and sensitive data, like those found in healthcare organizations.

Related resources:

Explore our top resources

DBaaS across on-premise and public cloud

Nutanix Database Service: Database-as-a-Service Across On-Premises & Public Cloud

Reimagining Database Management in a Hybrid Multicloud World

3 Must Haves for Successful Database Management

Related products and solutions

Nutanix Database Service

Hybrid multicloud DBaaS for Microsoft SQL Server, Oracle, PostgreSQL, MongoDB, and MySQL. Efficiently manage hundreds to thousands of databases.

SQL Server

Meet the high performance and resiliency demands that modern virtualized databases place on IT infrastructure—with room for your other critical workloads as well.

Oracle

Whether upgrading existing infrastructure or deploying new environments, on public, private or hybrid clouds, Nutanix Enterprise Cloud is the ideal solution for Oracle deployments.

Learn more about Cloud Security

Let’s Get Started!

Schedule a personalized demo with a solution consultant and see how Nutanix Enterprise Cloud can transform your business.