Craig S. Mullins

Return to Home Page

January 2007

 

 

 

                                           



The DBA Corner
by Craig S. Mullins
 

Types of DBAs

 

How many different types of DBAs are there? Well, there are DBAs who focus on logical design and DBAs who focus on physical design; DBAs who specialize in building systems and DBAs who specialize in maintaining and tuning systems; specialty DBAs and general-purpose DBAs. Truly, the job of DBA encompasses many roles.

Some organizations choose to split DBA responsibilities into separate jobs. Of course, this occurs most frequently in larger organizations, because smaller organizations often cannot afford the luxury of having multiple, specialty DBAs.

Still other companies simply hire DBAs to perform all of the tasks required to design, create, document, tune, and maintain the organization’s data, databases, and database management systems. Let’s take a look at some of the more common types of DBA.

System DBA

A system DBA focuses on technical rather than business issues, primarily in the system administration area. Typical tasks center on the physical installation and performance of the DBMS software and can include the following:

a   Installing new DBMS versions and applying maintenance fixes supplied by the DBMS vendor

a   Setting and tuning system parameters

a   Tuning the operating system, network, and transaction processors to work with the DBMS

a   Ensuring appropriate storage for the DBMS

a   Enabling the DBMS to work with storage devices and storage management software

a   Interfacing with any other technologies required by database applications

a   Installing third-party DBA tools

System DBAs are rarely involved with actual implementation of databases and applications. They might get involved in application tuning when operating system parameters or complex DBMS parameters need to be altered.

Indeed, the job of system DBA usually exists only if the organization does not have an official system administration or systems programming department.

Database Architect

Some organizations create a separate position, database architect, for design and implementation of new databases. The database architect is involved in new design and development work only; he is not involved in maintenance, administration, or tuning of established databases and applications. The database architect designs new databases for new or existing applications.

The rationale for creating a separate position is that the skills required for designing new databases are different from the skills required to keep an existing database implementation up and running. A database architect is more likely than a general-purpose DBA to have data administration and modeling expertise.

Typical tasks performed by the database architect include:

a   Creating a logical data model (if no DA or data modeler position exists)

a   Translating logical data models into physical database designs

a   Implementing efficient databases, including specifying physical characteristics, designing efficient indexes, and mapping database objects to physical storage devices

a   Analyzing data access and modification requirements to ensure efficient SQL and optimal database design

a   Creating backup and recovery strategies for new databases

Not every organization will staff a separate database architect position, instead requiring DBAs to work on both new and established database projects.

Database Analyst

Another common staff position is the database analyst. There is really no set definition for this position. Sometimes junior DBAs are referred to as database analysts. Sometimes a database analyst performs a role similar to that of the database architect. Sometimes the data administrator is referred to as the database analyst or perhaps as the data analyst. And sometimes a database analyst is just another term used by some companies instead of database administrator.

Data Modeler

A data modeler is usually responsible for a subset of the data architect’s responsibilities. A data modeler is usually not considered a DBA, but this is not a hard and fast rule.

Application DBA

In direct contrast to the system DBA is the application DBA. The application DBA focuses on database design and the ongoing support and administration of databases for a specific application or subset of applications. The application DBA is likely to be an expert at writing and debugging complex SQL and understands the best ways to incorporate database requests into application programs. The application DBA must also be capable of performing database change management, performance tuning, and most of the other roles of the DBA. The difference is the focus of the application DBA—it is on a specific subset of applications rather than the overall DBMS implementation and database environment.

Not every organization staffs application DBAs. However, when application DBAs exist, general-purpose DBAs are still required to support the overall database environment and infrastructure. When application DBAs do not exist within an organization, general-purpose DBAs are likely to be assigned to support specific applications while also maintaining the organization’s database environment.

There are pros and cons to staffing application DBAs. The arguments in favor of application DBAs include the following:

a   An application DBA can better focus on an individual application, which can result in better service to the developers of that application.

a   The application DBA is more often viewed as an integral component of the development team and therefore is better informed about new development plans and changes.

a   Because the application DBA works consistently on a specific set of applications, he can acquire a better overall understanding of how each application works, enabling him to better support the needs of the application developers.

a   With a more comprehensive understanding of the application, an application DBA will have a better understanding of how the application impacts the overall business. This knowledge will likely result in the execution of DBA tasks to better support the organization.

But there are downsides to implementing an application DBA role, too. Application DBAs can lose sight of the overall data needs of the organization because of the narrow focus on a single application. The application DBA can become isolated. Lack of communication with a centralized DBA group (if one exists) can result in diminished sharing of skills. And when the application DBA implements useful procedures, it takes more effort to share these procedures with the other DBAs.

In general, when staffing application DBAs, be sure to also staff a centralized DBA group. The application DBAs should have primary responsibility for specific applications, but should also be viewed as part of the centralized DBA group.

Task-Orientated DBA 

Larger organizations sometimes create very specialized DBAs that focus on a specific DBA task. However, task-oriented DBAs are quite rare outside of very large IT shops. One example of a task-oriented DBA is a backup-and-recovery DBA who devotes his entire day to ensuring the recoverability of the organization’s databases.

Most organizations cannot afford this level of specialization, but when possible, task-oriented DBAs can ensure that very knowledgeable specialists tackle very important DBA tasks.

Performance Analyst

Performance analysts are a specific type of task-oriented DBA. The performance analyst, more common than other task-oriented DBAs, focuses solely on the performance of database applications.

A performance analyst must understand the details and nuances of SQL coding for performance and be able to design databases for performance. A performance analyst will have very detailed technical knowledge of the DBMS so that he can make appropriate changes to DBMS and system parameters when required.

However, the performance analyst should not be a system DBA. The performance analyst must be able to speak to application developers in their language in order to help them facilitate appropriate program changes for performance.

The performance analyst is usually the most skilled, senior member of the DBA staff, a role that he has grown into due to his experience and the respect he has gained in past tuning endeavors.

Data Warehouse Administrator

Organizations that implement data warehouses for performing in-depth data analysis often staff DBAs specifically to monitor and support the data warehouse environment. Data warehouse administrators must be capable DBAs, but with a thorough understanding of the differences between a database that supports OLTP and a data warehouse. Data warehouse administration requires experience with BI and query tools, specialized database design for data warehousing, knowledge of data warehousing technologies (such as OLAP, ETL, etc.), ETL skills, and so on.

Of course, there may be other types of DBAs, too. The point is that there is not one simple job out there with the title DBA. There are actually many jobs that fall under the larger heading of database administrator.

 

 

From Database Trends and Applications, January 2007.

© 2007 Craig S. Mullins,  All rights reserved.

Home.