Skip to sources
Time Machine

Database Administrators

Scrub through 73years of this role's history, from when it first emerged, through every wave of technology that reshaped it, to the cited projections for where it's heading next.

2026drag to travel through time
19752000now
2026
Known today as Database Administrators (BLS SOC 15-1242, split from Architects in 2018 SOC)
Latest actual · 2024
73K
BLS OEWS May 2024, first full survey cycle under the clean 15-1242 split (DBAs only, excluding Database Architects at 15-1243). Employment of 73,180 is substantially below the combined DBA-plus-Architect peak of the mid-2010s, reflecting continued displacement of routine DBA tasks by cloud managed services (AWS RDS, Azure SQL, Google Cloud SQL) and autonomous database platforms (Oracle Autonomous Database, first released 2018). The current workforce represents the high-judgment tier: DBAs who govern AI-driven automation, design replication topologies, manage schema migrations with application-contract implications, and own compliance/security architecture. Median annual wage $104,620 ($50.30/hr).
Latest actual · 2024
$104,620
BLS OEWS May 2024, SOC 15-1242 only (Database Administrators, excluding Architects). Mean annual wage $107,440; lowest 10% earn less than $56,820; highest 10% earn more than $160,890. The 2024 median is roughly double the all-occupations median of approximately $48,000, reflecting persistent premium for database expertise even as cloud automation has reduced headcount. Top industries: Professional, Scientific, and Technical Services; Finance and Insurance.
Each dot is a cited figure over time; the dotted line only links them (values between aren't measured). Hollow dots are estimates.
Tools of the era

The tools that defined the work

Select an era to see how it reshaped the work.

  • Navigational DBMS: IDS (GE, 1963) and IMS (IBM/Rockwell, 1966)

    Charles Bachman's Integrated Data Store at General Electric and IBM's Information Management System -- developed with Rockwell for the Apollo program -- defined the first era of database work. Both systems organized data as linked records navigated by pointer chains: to retrieve a customer's orders, a program had to start at the customer record and physically traverse the linked order records. The "database administrator" in this era was a storage engineer: someone who decided how the chains were laid out on disk, which indexes to maintain, and how to reorganize the physical structure when fragmentation degraded performance. The CODASYL Database Task Group, which Bachman chaired, codified this approach as a standard in 1971. Knowledge was physical and highly specialized; moving data from one machine to another was a major undertaking. The role was real but not yet widely titled.

    Effect on the work

    These systems required deep physical knowledge of storage layouts that could not be delegated to application developers. They created the first genuine demand for a specialist whose value was institutional knowledge of the data -- the foundational labor dynamic of the DBA profession.

    Work toolChanging equipment
  • Relational model and SQL: Codd (1970), System R (1974), Oracle (1979), DB2 (1983)

    Edgar Codd's 1970 paper "A Relational Model of Data for Large Shared Data Banks" proposed organizing data into tables linked by values rather than physical pointers. IBM's System R experiment (1974-1979) at the San Jose Research Laboratory proved it was practical at transaction scale and introduced the Structured Query Language. Oracle Corporation -- then Relational Software Inc. -- shipped the first commercial relational database in 1979, beating IBM's own DB2 by four years. DB2 launched on IBM MVS mainframes in 1983. The relational model fundamentally changed what a DBA did: instead of managing pointer chains, the job became designing logical schemas, writing and tuning SQL, managing the cost-based optimizer, and governing the indexes that made queries run at acceptable speed. The physical storage layer became largely invisible to application developers -- exactly Codd's goal -- which meant DBAs became the arbiters of a more abstract but no less consequential domain.

    Effect on the work

    The relational model grew the total DBA market substantially: the simpler programmer interface meant more applications could use databases, which meant more databases needing administration. At the same time, the logical-vs-physical separation reduced the most arcane physical-storage expertise and shifted DBA value toward SQL mastery and optimizer knowledge.

    Work toolChanging equipment
  • Commercial RDBMS ecosystem: Oracle 6-8i, SQL Server, Sybase, client-server architecture

    The commercial relational database market exploded in the late 1980s and 1990s. Oracle grew from a small startup to a dominant enterprise software company; Microsoft entered the market with SQL Server (developed from a Sybase port) in 1989; Sybase and Informix competed for the UNIX mid-market. The client-server architecture that replaced mainframe time-sharing meant every department could run its own database server, which multiplied the number of database instances -- and DBAs -- required across an enterprise. The Oracle DBA became a recognizable and well-compensated specialization by the early 1990s; Oracle certifications (the Oracle Certified Professional program launched in the mid-1990s) formalized the career path. SQL tuning, Oracle Statspack performance analysis, and tablespace management were the core craft skills of the era. The Y2K remediation effort (1997-1999) temporarily further inflated DBA hiring as organizations paid specialists to audit every date-handling stored procedure and schema in production.

    Effect on the work

    DBA employment roughly tripled between 1985 and 2000, growing from an estimated 20,000-30,000 to over 100,000 as the client-server architecture multiplied database instances across the enterprise. Oracle DBA became one of the most sought-after and highest-paid IT specializations of the 1990s.

    Work toolChanging equipment
  • Open-source databases and the web: MySQL 1995, PostgreSQL 1996, LAMP stack

    MySQL debuted on May 23, 1995, created by Michael Widenius, David Axmark, and Allan Larsson as a lightweight open-source database optimized for web read-heavy workloads. PostgreSQL, derived from the Berkeley INGRES/POSTGRES research lineage, followed in 1996. The LAMP stack (Linux, Apache, MySQL, PHP/Perl/Python) became the default architecture for web applications through the early 2000s, powering Amazon, Facebook, Twitter, YouTube, Wikipedia, and most of the early internet economy. For DBAs, this era introduced a challenge: MySQL's ease of deployment meant many web developers created databases without any DBA involvement at all. The role bifurcated -- Oracle and DB2 enterprise DBAs retained strong labor-market position, while the open-source MySQL ecosystem created a lower-cost tier of database work where developers often served as their own DBAs and formal DBA roles were less common.

    Effect on the work

    Open-source databases reduced the barrier to database deployment, growing the overall number of databases without proportionally growing the number of professional DBA positions. The post-dot-com bust (2001-2004) saw DBA employment contract as startups closed and enterprises reduced IT headcount; the open-source tier absorbed much of the remaining database work at lower pay grades.

    Work toolChanging equipment
  • Cloud managed databases and NoSQL: AWS RDS (2009), MongoDB (2009), DynamoDB (2012)

    Amazon Web Services launched Amazon RDS (Relational Database Service) in October 2009 -- a managed MySQL database that handled provisioning, patching, backups, and replication automatically without any DBA involvement in those tasks. MongoDB 1.0 shipped in November 2009 as a document-oriented NoSQL database that stored data as flexible JSON-like documents rather than rigid relational tables, explicitly designed for web-scale applications where schema changes were frequent. Amazon DynamoDB followed in January 2012. These three products, arriving nearly simultaneously, redrew the boundaries of DBA work. Cloud managed services removed the routine maintenance layer -- the patching schedules, the backup jobs, the replication configuration -- and handed it to the cloud provider. NoSQL systems pushed schema responsibility further toward application developers. DBAs who survived this transition did so by owning what the cloud could not: query optimization, capacity and cost governance, compliance architecture, and the judgment calls around when to use which database technology.

    Effect on the work

    Cloud database services absorbed an estimated significant share of routine DBA tasks that had previously required dedicated headcount. The BLS 2018-28 projection still showed positive DBA growth, suggesting the automation was expanding the addressable database universe faster than it was eliminating individual positions -- but the trend toward fewer DBAs per terabyte of managed data was clearly established.

    Work toolChanging equipment
  • Autonomous databases and AI-native tooling: Oracle ADB (2018), pganalyze, Datadog DBM, GitHub Copilot in SSMS

    Oracle launched the Autonomous Database in 2018, positioning it as a "self-driving, self-securing, self-repairing" system that automated provisioning, monitoring, performance tuning, backup, and patching without human intervention. Oracle CEO Mark Hurd stated publicly that if all databases moved to autonomous, "the number of DBAs would go to zero" -- a claim widely covered and widely disputed. By October 2025, Oracle rebranded the product as AI Database 26ai and reported 66% DBA efficiency gains. Simultaneously, a generation of AI-augmentation tools arrived: pganalyze's Indexing Engine tested hundreds of index combinations automatically; Datadog Database Monitoring detected query regressions against historical baselines without manual watch rotations; GitHub Copilot appeared inside SQL Server Management Studio 22 in 2025 to generate T-SQL from natural language. AWS CloudWatch Database Insights (December 2024) replaced Performance Insights with AI-powered execution plan analysis. The DBA role in 2026 sits at a genuine inflection: autonomous platforms handle the maintenance loop, AI tools accelerate the query-writing and optimization layer, and the remaining human value is concentrated in governance (validating what the machine decided), compliance architecture, incident command, and the cross-organizational judgment calls that no automation system can sign off on.

    Effect on the work

    BLS projects -1% or lower employment change for Database Administrators (15-1242) through 2034 -- the first genuinely negative projection in the profession's history under modern BLS tracking. The combined DBA-plus-Architect category (15-1242 and 15-1243) projects +4% growth, suggesting that autonomous platforms are displacing the routine-ops DBA tier while increasing demand for the architectural judgment tier.

    AI audit toolsPattern detection
Projection cone · present → 2034

What credible sources project

Scrub the slider past now to anchor each scenario on the scrubber. The spread is the range of futures credible sources project for this role.

Employment outlook
Projected change in the number of people doing this work.
BLS National Employment Matrix 2024-34 (combined DBA and Architect)
2034
+4%
BLS Employment Projections for the combined 15-1242 / 15-1243 (Database Administrators and Architects) category. The +4% combined projection is about as fast as the all-occupations average, driven by growing demand for database architects who design AI-era systems: vector database integration, autonomous database governance, multi-cloud topology decisions. The positive combined figure against the negative 15-1242-only figure illustrates the bifurcation: the operations tier contracts while the design and governance tier grows. Reported here as a cross-check and context for the occupation-specific negative projection.
BLS Occupational Outlook Handbook 2024-34
2034
-1%
BLS Employment Projections: occupation-specific modeling for 15-1242 (Database Administrators only, excluding Architects). The -1% or lower projection represents the first genuinely negative forecast in the profession's modern history, driven by continued displacement of routine DBA tasks (backup automation, patch management, performance monitoring, index recommendation) by cloud managed services and autonomous database platforms. BLS notes that the combined DBA-plus-Architect category (15-1242 and 15-1243) projects +4% growth over the same period, implying demand is shifting from the operations tier to the design and governance tier. About 3,800 annual openings for 15-1242 specifically are projected, mostly from replacement needs rather than net new positions.
AI task exposure
Share of the role’s tasks that researchers estimate AI can do. This is a measure of task exposure, not a forecast of jobs lost.
AI Changing Work -- DBA AI Exposure Analysis (2026)
2034
35%
of tasks
Task-level AI exposure analysis drawing on Anthropic's 2026 Labor Market Impact Report and Eloundou et al. methodology. The 35% automation risk figure reflects the share of DBA tasks with high susceptibility to autonomous systems -- specifically: routine backup management, patch scheduling, basic performance alerting, index recommendation, and storage provisioning, all of which are substantially automated by Oracle Autonomous Database, AWS CloudWatch Database Insights, and Datadog DBM as of 2026. The overall DBA exposure of 48% (averaging theoretical 82% and observed 22%) reflects the gap between what is technically automatable and what is actually deployed at scale in enterprise environments. This is an exposure-rate projection, not a headcount forecast; it indicates task displacement within the role rather than elimination of the role.
Today, in this role

What's shifting in the work right now

The historical view above shows how this role has moved. This is the present-day detail: which AI tools are picking up which tasks, where the edge still is, and the natural directions this work can grow.

What's changing in your day

Three parts of your work where AI is already doing real lifting, and what stays yours.

AI is sitting alongside you hereManage autonomous and cloud-hosted database services (Oracle Autonomous Database, AWS Aurora, Azure SQL, Google AlloyDB) — governing AI-driven auto-tuning and auto-scaling decisions, validating that autonomous changes align with application SLAs, and managing cost implications of automated resource scaling events.

Manage autonomous and cloud-hosted database services (Oracle Autonomous Database, AWS Aurora, Azure SQL, Google AlloyDB) — governing AI-driven auto-tuning and auto-scaling decisions, validating that autonomous changes align with application SLAs, and managing cost implications of automated resource scaling events.[3],[9],[16]

Where your edge is

Develop cloud database governance skills: autonomous databases handle the maintenance loop, but DBAs remain essential for evaluating which workloads belong in which cloud database tier, validating that auto-scaling events do not create unexpected cost spikes, and ensuring that autonomous tuning changes do not violate application-layer assumptions about index availability or query plan stability.

AI is sitting alongside you hereMonitor database performance and detect query regressions using AI-powered observability platforms — reviewing AI-generated anomaly alerts (e.g

Monitor database performance and detect query regressions using AI-powered observability platforms — reviewing AI-generated anomaly alerts (e.g. a query baseline shift from 100 ms to 700 ms), validating root-cause diagnoses, and deciding whether to act on autonomous index or plan recommendations or override them with judgment about downstream application impacts.[7],[17],[18]

Where your edge is

Develop expertise in interpreting AI-generated query plans and execution traces rather than reading raw EXPLAIN output alone: learn to validate whether an AI-recommended index actually reduces write amplification for your workload, and build the institutional knowledge of which queries are regression-sensitive due to business criticality vs. background jobs.

AI is sitting alongside you hereOptimize query performance and indexing strategy — using AI indexing engines to run "What If?" simulations across hundreds of index combinations, then evaluating AI recommendations against write-load, storage, and application-contract constraints before applying changes to production.

Optimize query performance and indexing strategy — using AI indexing engines to run "What If?" simulations across hundreds of index combinations, then evaluating AI recommendations against write-load, storage, and application-contract constraints before applying changes to production.[8],[19],[13]

Where your edge is

Master the reasoning behind AI index recommendations rather than approving them wholesale: understand write amplification trade-offs for high-write tables, composite vs. partial index suitability, and when an AI-suggested index would hurt concurrent DML throughput more than it helps SELECT latency — the AI sees query patterns but not your SLAs.

Where this role is heading

Natural next steps for someone with your foundation: not exits, evolutions.

A direction you could grow

Computer and Information Systems Managers

Senior DBAs who accumulate production-change authority, vendor relationship management, budget ownership, and the ability to communicate data infrastructure risk to non-technical stakeholders are well-positioned for IT management. The CRI gain (+9, from 55 to 64) reflects a materially more resilient role: IS Managers own the decision layer rather than the execution layer. BLS projects +15% growth for Computer and Information Systems Managers through 2034 with median wages of $171,200 — well above the DBA median of $104,620. The 2026 market specifically demands IT managers who can govern autonomous database adoption (Oracle Autonomous DB, AWS Aurora), set data governance strategy, and translate infrastructure investments into business outcomes — all skills that emerge naturally from a senior DBA background with cross-team authority.

What you'd add
· IT governance frameworks: ITIL v4, data governance frameworks (DAMA-DMBOK), and change advisory board (CAB) process management
· Budget management: CapEx/OpEx planning for database licensing (Oracle, SQL Server EAs), cloud database cost governance, vendor contract negotiation
· Data strategy communication: translating database SLA metrics, CRI risk scores, and infrastructure investment proposals into executive-level business-impact language
· Team leadership: managing hybrid teams of DBAs, data engineers, and cloud infrastructure engineers; workforce planning as autonomous database tools reduce headcount needs
What it takesA real upskill, but a natural one
Share this year
Drops anyone you send it to straight into 2026.
Preview card
Part of Tech & Data · see all 28roles →
Different role?

See the same long-arc view for your own profession.

Browse the directory by industry, or search by title or SOC code. New roles ship every few weeks. Every profile cites every claim.

Browse all roles

The data behind this timeline

On record since1963
Latest tracked employment73,180 (US, 2024)
Latest median pay$104,620 (2024)
Outlook-1% by 2034 (BLS Occupational Outlook Handbook 2024-34)
View all 9 cited data points
YearUS employmentMedian annual paySource
198020,000n/aESTIMATE
199058,000n/aESTIMATE
1995n/a$46,000ESTIMATE
2000106,000$59,130BLS-OEWS
2010110,000n/aBLS-OEWS
202185,870$96,550BLS-OEWS
202280,520$99,890BLS-OEWS
202376,140$101,510BLS-OEWS
202473,180$104,620BLS-OEWS
Embed this timeline on your site

Free for any site. Paste this where the timeline should appear; it stays interactive, every datapoint stays cited, and it sets no cookies on your page. How embedding works

<iframe src="https://futurehistory.earth/embed/15-1242"
  width="100%" height="430" style="border:0"
  title="Database Administrators, a Future History timeline"
  loading="lazy"></iframe>

See all roles in Tech & Data