Назад к проектам

spring-yoomoney-db-queue

Бенчмарк производительности PostgreSQL-backed очередей для Spring Boot. Сравнивает варианты схем, batching и indexing choices, чтобы оценить throughput БД-очереди под нагрузкой.

Ключевые возможности

  • Бенчмаркает PostgreSQL-backed queue processing в Spring Boot приложениях
  • Сравнивает варианты схем, размеры батчей и стратегии индексирования под нагрузкой
  • Измеряет throughput и latency для оценки trade-offs БД-очередей

Технологии

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.