# Database Engineer

Remote from[Europe](https://jobicy.com/job-region/europe.md)Annual salary Undisclosed Salary information is not provided for this position.
Check our [Salary Directory](https://jobicy.com/salaries.md) to estimate the average compensation for similar roles.Department  [Software Engineering](https://jobicy.com/categories/engineering.md) Employment type Full Time, Job posted15 Jun 2026Apply before15 Jul 2026Experience level  Senior
Views / Applies 1259 / 64 [About company](https://jobicy.com/company/ruby-labs.md)

* Share About [Ruby Labs](https://jobicy.com/company/ruby-labs.md)

Crafting Consumer Products of Tomorrow

[Information Technology & Services](https://jobicy.com/company-category/information-technology-services.md)
*  2018

Actively Hiring  Verified job posting This job post has been [manually reviewed](https://jobicy.com/tools/help-center/employee/how-does-jobicy-verify-the-legitimacy-of-remote-job-listings.md) for authenticity and compliance.

###  AI Summary

Ruby Labs seeks a Database Engineer to own and scale their high-volume payment orchestration system. The role involves managing AWS Aurora (PostgreSQL) databases with millions of transactions monthly, optimizing queries, and ensuring data reliability. Ideal candidates have strong PostgreSQL production experience and performance tuning skills. This fully remote position offers significant ownership and impact in a fast-growing tech environment.

### Role DNA

Job Complexity Easy Hard Pace & Pressure Relaxed Fast-paced Autonomy Level Guided Full Ownership Communication Load Independent Highly Collaborative

AI Insight The role requires deep expertise in PostgreSQL, performance optimization, and handling large-scale financial transactions, indicating a high level of technical challenge.

### Salary Analysis

Median  Highly Competitive  $140,000US Market $90k – 160k 0 $176k      AI Insight Although no salary is specified, based on the seniority and specialization of this Database Engineer role, the offered salary likely aligns with market rates. The median market salary for similar positions is around $140,000, with a range of $90,000 to $160,000 depending on experience and location.

### Core Skills Required

[PostgreSQL](https://jobicy.com/jobs?search_keywords=PostgreSQL.md) [AWS Aurora](https://jobicy.com/jobs?search_keywords=AWS+Aurora.md) [Database Performance](https://jobicy.com/jobs?search_keywords=Database+Performance.md) [Query Optimization](https://jobicy.com/jobs?search_keywords=Query+Optimization.md) [Payment Systems](https://jobicy.com/jobs?search_keywords=Payment+Systems.md) [Data Modeling](https://jobicy.com/jobs?search_keywords=Data+Modeling.md) [Table Partitioning](https://jobicy.com/jobs?search_keywords=Table+Partitioning.md) [Backup and Recovery](https://jobicy.com/jobs?search_keywords=Backup+and+Recovery.md) [Cloud Infrastructure](https://jobicy.com/jobs?search_keywords=Cloud+Infrastructure.md)

### Cover Letter Sample

Dear Hiring Manager,

I am writing to express my strong interest in the Database Engineer position at Ruby Labs. With over 6 years of experience managing large-scale PostgreSQL databases and a deep background in payment systems, I am excited about the opportunity to own and scale your payment orchestration infrastructure.

Currently, I manage a multi-terabyte Aurora PostgreSQL cluster processing millions of transactions monthly. I have extensive experience with query optimization, table partitioning, and ensuring high availability and data integrity in financial environments. I thrive in roles requiring deep technical ownership and cross-team collaboration to drive performance and reliability.

I am particularly drawn to Ruby Labs' innovative product portfolio and the opportunity to work with a high-talent remote team. I am confident that my skills can contribute to the continued growth and robustness of your data systems.

Thank you for considering my application. I look forward to discussing how I can add value to Ruby Labs.

Sincerely,
[Your Name]

Copy

### Sample Interview Questions

Describe a time you optimized a slow query in PostgreSQL. What approach did you take?I used EXPLAIN ANALYZE to identify a sequential scan on a large table. I created a composite index based on the query's WHERE and JOIN conditions, which reduced the query time from 5 seconds to 20ms. I also vacuumed the table to update statistics.How do you handle table partitioning for a table that grows by millions of rows per month?I implement range partitioning by date (e.g., monthly). For example, using PostgreSQL's declarative partitioning, I create monthly partitions and attach them automatically via cron jobs. This improves query performance and maintenance by allowing partition-level operations like dropping old data.Explain autovacuum tuning in PostgreSQL. When would you adjust its settings?Autovacuum prevents tuple bloat and transaction ID wraparound. I tune it based on table size and write volume: e.g., increasing autovacuum_vacuum_scale_factor for large tables, or setting autovacuum_naptime lower for high-velocity environments. I adjust when I see excessive bloat or long vacuum times.How do you ensure data integrity in a payment system during database migrations?I use a phased approach: (1) schema changes are backward-compatible (e.g., adding nullable columns), (2) run a dual-write period where both old and new structures are updated, (3) migrate existing data in batches with checksums, and (4) finally switch reads to the new schema. Transactions ensure atomicity.Describe your experience with AWS Aurora PostgreSQL. How does it differ from vanilla PostgreSQL?I've used Aurora for its higher throughput and automatic failover. Key differences include: Aurora's distributed storage layer decouples compute from storage, allowing faster replicas and snapshot restores. I've tuned parameters like aurora_parallel_query for faster analytics. However, some features like logical replication require careful setup.

## About us

Ruby Labs is a leading tech company that creates and operates innovative consumer products. We offer a diverse range of opportunities across the health, education, and entertainment industries. Our innovative teams are driving the future of consumer-led products, and we’re always looking for passionate individuals to join us. Learn more about our story at: [https://rubylabs.com/about-us/](https://rubylabs.com/about-us/)

## About the role

We are building a high-scale payment orchestration system that processes millions of financial transactions every month across multiple payment providers, regions, and products.

Our platform operates at the intersection of payments, billing, subscriptions, analytics, and internal CRM tooling, where data correctness, performance, and reliability are mission-critical. As our transaction volume and customer base continue to grow rapidly, our database layer has become one of the most important parts of the system.

We are looking for a strong Database Engineer who will own, scale, and evolve our data infrastructure, ensuring it remains fast, reliable, and ready for long-term growth.

You will be joining a high-talent, fully remote engineering organization with strong backend, infrastructure, and product teams. We value ownership, technical excellence, and pragmatic decision-making. Engineers at RubyLabs work on real scale, real money, and real impact.

As a Database Engineer at RubyLabs, you will be responsible for designing, operating, and optimizing databases in a high-volume payments environment. This role goes far beyond basic CRUD operations — you will work with large datasets, complex queries, performance bottlenecks, migrations on massive tables, and analytics pipelines.

You will collaborate closely with backend engineers and product teams to ensure our data layer supports both transactional workloads and analytical use cases, including internal CRM search and observability.

## Key Responsibilities

Database Ownership & Scalability

*

Own and operate AWS Aurora (PostgreSQL) in a high-load production environment

*

Design and evolve schemas for large transactional domains (payments, customers, subscriptions, events)

*

Implement and maintain:

Table partitioning strategies (time-based, tenant-based, hybrid)

*

Advanced indexing (B-Tree, GIN, partial indexes)

*

Query optimization and execution-plan tuning

*

Handle databases with millions of new records per month while maintaining predictable performance

Performance Optimization

*

Analyze and optimize slow queries and production metrics

*

Identify and resolve:

Lock contention

*

Vacuum / autovacuum issues

*

Connection pool saturation

*

Long-running or inefficient queries

*

Proactively prevent performance regressions as data volume grows

Search & Internal Tools

*

Design high-performance search solutions for large operational datasets used in internal CRM tools

*

Implement efficient search strategies

*

Balance flexibility, correctness, and performance at scale

Analytics & Logging

*

Work with event and log data pipelines, including Tinybird / ClickHouse-based analytics

*

Decide which data belongs in transactional databases vs analytical stores

*

Enable fast, real-time insights for product, finance, and operations teams

Reliability & Operations

*

Ensure data integrity and consistency in financial workflows

*

Define and monitor database health metrics (latency, replication lag, storage, IOPS)

*

Plan and execute safe schema changes and migrations on large tables

*

Participate in incident analysis related to data performance or availability

*

Work in backups, replication, and disaster-recovery strategies

## Qualifications

*

Strong hands-on experience with PostgreSQL in production

*

Experience managing large databases (hundreds of millions of rows or more)

*

Solid understanding of:

Indexing strategies

*

Query planners and execution paths

*

Transactions, isolation levels, and locking

*

Experience working with AWS-based infrastructure, ideally AWS Aurora

*

Ability to independently investigate and resolve complex performance issues

Strong Plus

*

Experience in payments, billing, fintech, or financial systems

*

Familiarity with analytical databases (ClickHouse, Tinybird, or similar)

*

Familiarity with OpenSearch or similar, including data ingestion from PostgreSQL

*

Experience designing data models for multi-tenant systems

*

Understanding of event-driven architectures and data pipelines

*

AWS certifications (e.g., Solutions Architect, Database Specialty)

## Location

Ruby Labs operates within the CET (Central European Time) zone. Applicants from any country are welcome to apply for the position as long as they are located within approximately ± 4 hours of CET. This ensures optimal collaboration and communication during working hours.

## Benefits

Discover the perks of being part of our vibrant team! We offer:

*

Remote Work Environment: Embrace the freedom to work from anywhere, anytime, promoting a healthy work-life balance.

*

Unlimited PTO: Enjoy unlimited paid time off to recharge and prioritize your well-being, without counting days.

*

Paid National Holidays: Celebrate and relax on national holidays with paid time off to unwind and recharge.

*

Company-provided MacBook: Experience seamless productivity with top-notch Apple MacBooks provided to all employees who need them.

*

Flexible Independent Contractor Agreement: Unlock the benefits of flexibility, autonomy, and entrepreneurial opportunities. Benefit from tax advantages, networking opportunities, reduced employment obligations, and the freedom to work from anywhere. Read more about it here: [https://docs.google.com/document/d/1nkrN76JlZkbKj9WSOhlT1_mni_CZeDkHdwfIjPXVwvk/preview?tab=t.0#heading=h.ndsdl4wapxtt](https://docs.google.com/document/d/1nkrN76JlZkbKj9WSOhlT1_mni_CZeDkHdwfIjPXVwvk/preview?tab=t.0#heading=h.ndsdl4wapxtt)

Be part of our fast-growing team and seize this excellent opportunity for personal and professional growth!

## Interview Process

After submitting your application, we conduct a thorough review which typically takes 3 to 5 days, but may occasionally take longer due to the volume of applications received. If we see a potential fit, we proceed with the following steps:

*

Recruiter Screening (40 minutes)

*

Technical Interview (60 minutes)

*

Final Interview (60 minutes)

## Life at Ruby Labs

At Ruby Labs, we move fast, aim high, and expect the same from our team. We’re not here to play small—we’re here to build, grow, and win. That means we look for people who are ambitious, driven, and ready to give their best every single day.

This is a place for individuals who thrive under pressure, embrace challenges, and see opportunity in every obstacle. If you’re hungry to achieve, motivated by impact, and want to grow at the speed of your own ambition, Ruby Labs offers the platform to make it happen.

Here, effort is matched with reward. We recognize those who go all in and deliver results, and we create space for people who want more—more responsibility, more growth, and more success.

#LI-Remote

Show more

[Apply now >](https://jobicy.com/jobs/146614-database-engineer.md)

>  Annual salary information is not provided for this position. Explore salary ranges for similar roles in our [Salary Directory ›](https://jobicy.com/salaries.md)

*

![Upload CV](data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NSIgaGVpZ2h0PSI2NSIgZmlsbD0ibm9uZSIgeG1sbnM6dj0iaHR0cHM6Ly92ZWN0YS5pby9uYW5vIj48ZyBjbGlwLXBhdGg9InVybCgjQSkiPjxwYXRoIGQ9Ik0wIDBINjVWNjVIMFYwWiIgZmlsbD0iIzAyOWFlYiIvPjxnIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIj48cGF0aCBkPSJNMzMuMDQ5IDE1LjQ1NGExLjQzIDEuNDMgMCAwIDAtMi4wOTcgMGwtNy41NzkgOC4xNDdhMS4zOCAxLjM4IDAgMCAwIC4wOSAxLjk3MyAxLjQ0IDEuNDQgMCAwIDAgMi4wMDgtLjA4OGw1LjEwOS01LjQ5MnYyMC42MWExLjQxIDEuNDEgMCAwIDAgMS40MjEgMS4zOTdjLjc4NSAwIDEuNDIxLS42MjUgMS40MjEtMS4zOTd2LTIwLjYxbDUuMTA5IDUuNDkyYTEuNDQgMS40NCAwIDAgMCAyLjAwOC4wODggMS4zOCAxLjM4IDAgMCAwIC4wOS0xLjk3M2wtNy41NzktOC4xNDZ6TTE2Ljc2OSAzOC40YzAtLjc3My0uNjItMS40LTEuMzg1LTEuNFMxNCAzNy42MjcgMTQgMzguNHYuMTAybC4yMTUgNi4yMjljLjIyMyAxLjY4LjcwMSAzLjA5NSAxLjgxMyA0LjIxOHMyLjUxIDEuNjA3IDQuMTcyIDEuODMzYzEuNi4yMTggMy42MzYuMjE4IDYuMTYuMjE4aDExLjI4bDYuMTYtLjIxOGMxLjY2Mi0uMjI2IDMuMDYxLS43MDkgNC4xNzItMS44MzNzMS41ODktMi41MzggMS44MTMtNC4yMThDNTAgNDMuMTEzIDUwIDQxLjA1NSA1MCAzOC41MDNWMzguNGMwLS43NzMtLjYyLTEuNC0xLjM4NS0xLjRzLTEuMzg1LjYyNy0xLjM4NSAxLjRsLS4xOSA1Ljk1OGMtLjE4MiAxLjM3LS41MTUgMi4wOTUtMS4wMjYgMi42MTJzLTEuMjI4Ljg1My0yLjU4MyAxLjAzOGMtMS4zOTUuMTktMy4yNDMuMTkzLTUuODkzLjE5M0gyNi40NjJjLTIuNjUgMC00LjQ5OC0uMDAzLTUuODkzLS4xOTMtMS4zNTUtLjE4NC0yLjA3Mi0uNTIxLTIuNTgzLTEuMDM4cy0uODQ0LTEuMjQyLTEuMDI2LTIuNjEyYy0uMTg3LTEuNDEtLjE5MS0zLjI3OS0uMTkxLTUuOTU4eiIvPjwvZz48L2c+PGRlZnM+PGNsaXBQYXRoIGlkPSJBIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMCAwaDY1djY1SDB6Ii8+PC9jbGlwUGF0aD48L2RlZnM+PC9zdmc+)

### Upload your resume now

To unlock remote work opportunities and be discovered by global employers.

This job listing has been manually reviewed by the Jobicy Trust & Safety Team for compliance with our posting guidelines, including verification of the company's legitimacy, accuracy of job details, clarity of remote work policy, and absence of misleading or fraudulent content.

## How to apply

## See a few more

Similar Software Engineering remote jobs

*
![Reddit logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/10/Reddit.jpg)

Reddit

### [Senior Machine Learning Engineer, GenAI Security](https://jobicy.com/jobs/143125-senior-machine-learning-engineer-genai-security.md)

Reddit is a community of communities. It’s built on shared interests, passion, and trust, and is home to the most open and authentic conversations on the internet. Every day, Reddit…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 216,700-303,400/year*
![Datadog logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/c1654fc7-221.jpg)

Datadog

### [Senior Software Engineer – REDAPL Graph Engine](https://jobicy.com/jobs/145290-senior-software-engineer-redapl-graph-engine.md)

We are looking for a Senior Software Engineer to help us take REDAPL, our Referential Data Platform, to the next level. REDAPL is Datadog’s main platform for tracking our customers’…

![Spain flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/es.svg)

![Germany flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/de.svg)
ES, DE +1 more, FR•Full TimeNEW*
![GitLab logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2020/12/WRILS-201207055737-109952.jpg)

GitLab

### [Engineering Manager, Geo for Self-Managed Customers](https://jobicy.com/jobs/148747-engineering-manager-geo-for-self-managed-customers.md)

GitLab is the intelligent orchestration platform for DevSecOps. GitLab enables organizations to increase developer productivity, improve operational efficiency, reduce security and compliance risk, and accelerate digital transformation. More than 50…

![UK flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/gb.svg)
GB•Full TimeNEW*
![Nagarro logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/93252b0c-221.png)

Nagarro

### [Salesforce Consultant (m/f/d)](https://jobicy.com/jobs/148728-salesforce-consultant-m-f-d.md)

Company Description👋🏼 We’re Nagarro. We are a digital product engineering company that is scaling in a big way! We build products, services, and experiences that inspire, excite, and delight. We…

![Germany flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/de.svg)

![France flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/fr.svg)
DE, FR +1 more, CH•Full TimeNEW*
![Canonical Ltd. logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/b4d068a9-221-1.png)

Canonical Ltd.

### [Engineering Manager – Linux Hardware Enablement](https://jobicy.com/jobs/148702-engineering-manager-linux-hardware-enablement.md)

Lead an engineering team that partners with the Linux engineers of a major silicon company, and works across the full Linux stack from kernel to GUI, to optimise Ubuntu, the…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)

![APAC flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/apac.svg)
US, APAC +3 more, CA, EMEA, LATAM•Full TimeNEW*
![Pinterest logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2022/01/86709a608bd914b28221164e6680ebf7.jpeg)

Pinterest

### [Staff Machine Learning Engineer](https://jobicy.com/jobs/145331-staff-machine-learning-engineer-2.md)

About Pinterest: Millions of people around the world come to our platform to find creative ideas, dream about new possibilities and plan for memories that will last a lifetime. At…

![USA flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/us.svg)
US•Full TimeUSD 189,308-389,753/year*
![Infotree Global Solutions logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/310071fe-221.png)

Infotree Global Solutions

### [Senior Linux Embedded Developer (Yocto)](https://jobicy.com/jobs/145493-senior-linux-embedded-developer-yocto.md)

About the ProjectOur client is a global engineering and technology partner delivering advanced product development and embedded software solutions for leading international companies across various industries. The organization specializes in…

![Poland flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/pl.svg)
PL•Full TimeNEW*
![NVIDIA logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/06/52745899-221.jpeg)

NVIDIA

### [Senior Quantum Systems Engineer – Quantum Computing](https://jobicy.com/jobs/145503-senior-quantum-systems-engineer-quantum-computing.md)

Quantum computing is a strategic priority for NVIDIA, and our goal is to help accelerate the entire ecosystem. In this role, you’ll join a rapidly growing Quantum Computing team and…

![UK flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/gb.svg)

![Switzerland flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/ch.svg)
GB, CH•Full TimeNEW*
![Nebius logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2026/06/d90c0566-221.webp)

Nebius

### [Senior ML Engineer (Token Factory)](https://jobicy.com/jobs/148667-senior-ml-engineer-token-factory.md)

About Nebius: Nebius is leading a new era in cloud infrastructure for the global AI economy. We are building a full-stack AI cloud platform that supports developers and enterprises from…

![UK flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/gb.svg)

![Europe flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/eu.svg)
GB, EU +4 more, DE, NL, IL, CZ•Full TimeNEW*
![Clickhouse logo](https://jobicy.com/data/server-nyc0409/galaxy/mercury/2025/08/6394b9a0-221.png)

Clickhouse

### [Senior Cloud Engineer – Product Metrics](https://jobicy.com/jobs/148664-senior-cloud-engineer-product-metrics.md)

About ClickHouse Recognized on the 2025 Forbes Cloud 100 list, ClickHouse is one of the most innovative and fast-growing private cloud companies. With more than 3,000 customers and ARR that…

![Europe flag](https://cloud.jobicy.com/nyc4-cold/img/round-flags/eu.svg)
EU•Full TimeNEW
[More Jobs](https://jobicy.com/jobs.md)