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.

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

Technologies

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 to understand when a database-backed queue is a practical option.