1

Database Engineer Jobs in New Mexico (NOW HIRING)

Database Administrator, Senior

Albuquerque, NM

$48.25 - $66.50/hr

Experience working with programming languages such as SQL, PL/SQL, Shell Scripts, and Batch Scripts. * Proven troubleshooting and problem-solving skills for critical database, application, network ...

next page

Showing results 1-20

Database Engineer information

See New Mexico salary details

$58.6K

$118.3K

$162.3K

How much do database engineer jobs pay per year?

As of Aug 4, 2026, the average yearly pay for database engineer in New Mexico is $118,335.00, according to ZipRecruiter salary data. Most workers in this role earn between $96,400.00 and $135,700.00 per year, depending on experience, location, and employer.

What is a database engineer?

As a database engineer, you work to develop and maintain data solutions and information systems for a company in any industry that requires processing and storage of large amounts of information, including healthcare providers or financial service firms. Because you often deal with sensitive data, you must be familiar with appropriate data protection and encryption processes, as well as relevant regulatory frameworks like HIPAA.

What does a database engineer do?

A Database Engineer is responsible for designing, implementing, and maintaining databases that store and organize data for organizations. They ensure that databases are reliable, secure, and optimized for performance. Their duties often include developing database architecture, writing scripts to automate tasks, troubleshooting issues, and collaborating with other IT professionals. Database Engineers play a key role in managing large volumes of data and supporting business operations through data integrity and availability.

What are the key skills and qualifications needed to thrive as a database engineer?

To thrive as a Database Engineer, you need expertise in database design, management, and optimization, often supported by a degree in computer science or a related field. Proficiency with database platforms like MySQL, PostgreSQL, Oracle, or SQL Server, as well as experience with tools such as SQL, ETL processes, and relevant certifications (e.g., Microsoft Certified: Azure Database Administrator Associate) are typical requirements. Strong problem-solving skills, attention to detail, and effective communication help you collaborate with developers and stakeholders. These skills are crucial for ensuring data integrity, system performance, and supporting business operations through reliable data management.

What are some common challenges faced by database engineers when working with large-scale databases?

Database Engineers working with large-scale databases often encounter challenges such as optimizing query performance, ensuring data consistency across distributed systems, and managing database scalability as data volumes grow. They also need to implement robust backup and recovery solutions to minimize downtime in case of failures. Collaborating closely with application developers and system administrators is essential to address these challenges and maintain database reliability and security.

Are database engineers in demand?

Database engineers are in high demand due to the increasing reliance on data management and storage across industries. They often require skills in SQL, database design, and familiarity with tools like Oracle or MySQL, and job growth is expected to remain strong as organizations continue to prioritize data-driven decision making.

What is the difference between Database Engineer vs Database Administrator?

AspectDatabase EngineerDatabase Administrator
Primary RoleDesigns, develops, and implements database systems and solutionsMaintains, monitors, and manages existing databases for performance and security
Skills & CertificationsSQL, database design, scripting, certifications like Microsoft Certified: Azure Database Administrator AssociateSQL, backup and recovery, security, certifications like Oracle Certified Professional
Work EnvironmentOften involved in development teams, working on new database solutionsTypically in operations teams, ensuring database stability and performance
Employer & Industry UsageTech companies, finance, healthcare, where database design is neededOrganizations requiring ongoing database management and support

While both roles work with databases, Database Engineers focus on designing and building new database systems, whereas Database Administrators manage and maintain existing databases to ensure optimal performance and security.

What are popular job titles related to Database Engineer jobs in New Mexico? For Database Engineer jobs in New Mexico, the most frequently searched job titles are:
What job categories do people searching Database Engineer jobs in New Mexico look for? The top searched job categories for Database Engineer jobs in New Mexico are:
What cities in New Mexico are hiring for Database Engineer jobs? Cities in New Mexico with the most Database Engineer job openings:
What are popular job titles related to Database Engineer jobs in NM? For Database Engineer jobs in NM, the most frequently searched job titles are:
Infographic showing various Database Engineer job openings in New Mexico as of July 2026, with employment types broken down into 84% Full Time, 10% Part Time, 1% Temporary, and 5% Contract. Highlights an 89% Physical, 3% Hybrid, and 8% Remote job distribution, with an average salary of $118,335 per year, or $56.9 per hour.

Senior Staff Engineer, Agentic Databases

Teradata Corporation (SE)

Santa Fe, NM • On-site

$182.70 - $274/hr

Other

Medical, Life, Retirement

This job post has expired today. Applications are no longer accepted.


Job description

Our Company

At Teradata, we believe that people thrive when empowered with better information. Teradata Autonomous Knowledge Platform activates enterprise intelligence by unifying data, knowledge and business context to achieve tangible outcomes. With Teradata, organizations can provide agents with full context for impact when it matters. Our solution lets businesses connect and scale on premises, in the cloud, or through a hybrid approach. Teradata delivers real business value with AI.

What You’ll Do

You will own the data plane architecture — the Postgres engine, storage, query execution, WAL handling, extensions— and you will drive the Technical PoC that proves the design against live customer workloads.

DATA PLANE ARCHITECTURE
  • Define the end-to-end technical architecture of the Agentic Database data plane: Postgres engine configuration, storage model, WAL strategy, MVCC handling, extension framework, and the five Agent Services layered on top.
  • Make the foundational architectural calls on shared-storage vs. local-storage, separation of compute and storage, branching and copy-on-write semantics, and how Postgres extensions interact with the custom storage layer.
  • Own the technical trade-off decisions — consistency vs. availability, performance vs. cost, scaling limits, durability guarantees — and document them clearly enough that engineering teams can execute without re-litigating them.
  • Design the integration architecture between the Agentic Database and Teradata Fabric, Teradata Context Engine, and the Enterprise MCP/AgentStack platform, including CDC pipelines from the operational layer to Teradata’s OLAP engine.
TECHNICAL POC LEADERSHIP
  • Own the Technical PoC end-to-end: design the test harness, select the representative customer workloads, define the success criteria, run the benchmarks, and produce the written findings that either validate the architecture or trigger a course correction.
CROSS-FUNCTIONAL TECHNICAL LEADERSHIP
  • Serve as the technical authority in architecture reviews, design discussions, and cross-team dependency resolution — breaking down complex problems and building consensus across engineering, product, and infrastructure teams.
  • Review and approve technical designs from engineering leads; push back on architectures that trade long-term maintainability for short-term velocity.
  • Mentor senior and staff engineers on database internals, distributed systems design, and production-quality engineering standards.
Who You’ll Work With

You will work closely with senior engineering leaders, database kernel and storage engineers, product management, cloud infrastructure teams, and architecture partners across Teradata. This role will be a technical bridge between the core Agentic Database team and adjacent platform teams, including Teradata Fabric, Context Engine, Enterprise MCP, and AgentStack, ensuring the data plane is designed as part of a broader AI-enabled enterprise architecture rather than as an isolated database component.

You will also partner with customer-facing technical teams and selected design partners to validate the architecture against real-world workloads, performance expectations, and operational requirements. Success in this role will depend on building trust across deeply technical stakeholders, aligning teams around clear trade-offs, and helping turn early architectural decisions into a scalable, production-ready foundation for agentic workloads.

What Makes You a Qualified Candidate

A low-ego, experimental mindset who treats AI as a high-trust collaborator in their own work, navigates large complex codebases comfortably, and moves from architecture to working prototype without losing momentum. You are a problem finder as much as a problem solver — you shape the technical roadmap, not just execute it.

POSTGRES & DATABASE INTERNALS
  • Deep, hands-on Postgres expertise: you have worked at the source level, not just as an operator. You understand the query planner and optimizer (cost models, statistics, join ordering, partial indexes), the storage layer (heap, FSM, visibility map, TOAST), WAL internals, MVCC, vacuum, and the extension API.
  • Experience navigating and modifying large C codebases. You are comfortable reading Postgres source to understand undocumented behavior, trace a performance regression, or evaluate how a patch will interact with the rest of the system.
  • Systems programming proficiency in C or C++ for data plane work; familiarity with higher-level languages (Go, Python, Ruby) for control plane and tooling work.
  • Strong understanding of storage engine design trade-offs: B-tree vs. LSM, page-based vs. log-structured storage, write amplification, read amplification, space amplification, and how each affects OLTP workload patterns.
ARCHITECTURE & DELIVERY
  • 12+ years of industry experience designing, building, and operating large-scale distributed systems, databases, or cloud data infrastructure.
  • Demonstrated ability to own an architecture end-to-end: from initial design through technical PoC, production launch, and post-launch iteration — with measurable outcomes at each stage.
  • Experience building or evaluating high-availability, multi-tenant database systems in cloud environments, including the control plane concerns: automated failover, backup and restore, upgrade automation, and multi-tenant isolation.
  • Comfortable functioning as both a problem solver and a problem finder: you shape the technical roadmap and identify what is not on it yet.
  • Strong written and verbal communication — you can write a technical design document that engineers trust and an executive summary that leaders act on.
  • BS/MS in Computer Science or a related field, or equivalent depth demonstrated through production work.
AI & AGENTIC SYSTEMS
  • AI-native working style: you use AI as a high-trust collaborator in your own engineering work, prototype faster because of it, and look for ways to make the systems you build more useful to AI agents.
  • Practical understanding of agentic workload patterns: what makes them different from interactive OLTP (bursty parallelism, LLM-generated SQL, stateful session continuity, branch-on-demand isolation) and what database design decisions those patterns require.
What You’ll Bring
  • Familiarity with the Model Context Protocol (MCP) and major agent frameworks (LangChain, LangGraph, OpenAI Agents SDK) at the level needed to define the integration surface between the Agentic Database and the agent execution layer.
Why We Think You'll Love Teradata

We prioritize a people-first culture because we know our people are at the very heart of our success. We embrace a flexible work model because we trust our people to make decisions about how, when, and where they work. We focus on well-being because we care about our people and their ability to thrive both personally and professionally. We are committed to actively working to foster an inclusive environment that celebrates people for all of who they are.

Teradata is proud to be an equal opportunity employer. We do not discriminate based upon race, color, ancestry, religion, creed, sex (including pregnancy, childbirth, breastfeeding, or related conditions), national origin, sexual orientation, age, citizenship, marital status, disability, medical condition, genetic information, gender identity or expression, military and veteran status, or any other legally protected status. We welcome and encourage individuals from all backgrounds to apply and join our team, bringing their unique perspectives and experiences to help us innovate and grow. If you require accommodations during the interview process, please let your recruiter know and we will work with you to meet your needs.

Pay Rate: 182700.0000 - 228400.0000 - 274,000.00 Annually

Starting pay for the successful applicant will depend on geographic location, internal equity, job-related knowledge, skills, and candidate experience. Sales roles will be eligible for commission payments tied to quota achievement. All other permanent roles will be eligible for one of our annual incentive plans, which are based on company financial attainment and individual performance. Employees in this position are eligible to participate in the Company’s benefits programs, which generally include health care, life and disability insurance, retirement savings, and time-off programs. Benefit details vary by country and plan, including eligibility and available options, and will be shared during the hiring process. Additional information is available here: https://www.teradata.com/About-Us/Careers/Benefits

Employees in this position are also eligible to participate in the Company’s comprehensive benefits programs, which include healthcare, life and disability insurance plans, a 401(k)-retirement savings plan, and time-off programs. Specific details of these benefits, including eligibility criteria and plan options, will be provided during the hiring process and can be reviewed here: https://www.teradata.com/About-Us/Careers/Benefits

#J-18808-Ljbffr