Back to projects

spring-yoomoney-db-queue

PostgreSQL-backed queue performance benchmark for Spring Boot services. Compares schema variants, batching, and indexing choices to evaluate database-backed queue throughput under load.

Brief

PostgreSQL queue benchmark for Spring Boot services

Demonstrates: Payment-style queue integration, outbox / queue trade-offs, Spring Boot

Key Features

  • Benchmarks PostgreSQL-backed queue processing in Spring Boot applications
  • Compares schema variants, batch sizes, and indexing strategies under load
  • Measures throughput and latency to evaluate database queue trade-offs

Tech stack

JavaSpring BootPostgreSQLDockerdb-queue
A performance benchmark for PostgreSQL-backed queue processing in Spring Boot applications. The experiment compares schema variants, batch sizes, and indexing choices by throughput and latency. The goal is to understand when a database-backed queue remains a practical option under load and what trade-offs appear when choosing table structure, batching, and indexing strategy.