PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
January 17, 2026Future Internet2 citationsOpen Access

Benchmarking SQL and NoSQL Persistence in Microservices Under Variable Workloads

View Full Paper
NPNenad PantelićLMLjiljana MaticLJLazar Jakovljevic

Key Points

  • The research aims to compare SQL and NoSQL persistence mechanisms in microservices under different workload conditions.
  • Conducted a comparative evaluation of SQL with and without indexing and a NoSQL database
  • Assessed performance under read-dominant, write-dominant, and mixed workloads
  • Executed in a containerized single-node environment to control variables
  • Evaluated using metrics like latency, throughput, CPU utilization, and memory consumption
  • Identified distinct performance trade-offs among SQL and NoSQL configurations
  • Indexing strategies improved performance in read-heavy scenarios
  • Document-oriented persistence showed advantages in write-intensive workloads
  • Workload composition and concurrency levels significantly impacted system performance

Abstract

This paper presents a controlled comparative evaluation of SQL and NoSQL persistence mechanisms in containerized microservice architectures under variable workload conditions. Three persistence configurations—SQL with indexing, SQL without indexing, and a document-oriented NoSQL database, including supplementary hybrid SQL variants used for robustness analysis—are assessed across read-dominant, write-dominant, and mixed workloads, with concurrency levels ranging from low to high contention. The experimental setup is fully containerized and executed in a single-node environment to isolate persistence-layer behavior and ensure reproducibility. System performance is evaluated using multiple metrics, including percentile-based latency (p95), throughput, CPU utilization, and memory consumption. The results reveal distinct performance trade-offs among the evaluated configurations, highlighting the sensitivity of persistence mechanisms to workload composition and concurrency intensity. In particular, indexing strategies significantly affect read-heavy scenarios, while document-oriented persistence demonstrates advantages under write-intensive workloads. The findings emphasize the importance of workload-aware persistence selection in microservice-based systems and support the adoption of polyglot persistence strategies. Rather than providing absolute performance benchmarks, the study focuses on comparative behavioral trends that can inform architectural decision-making in practical microservice deployments.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Pantelić et al. (2026) studied this question.

synapsesocial.com/papers/696b2616d2a12237a9349662https://doi.org/10.3390/fi18010053
Ask AI
Helpful
Bookmark
Share
View Full Paper

Also Consider

Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context:

  1. 1A Comparative Study of SQL and NoSQL Databases for Cloud-Based Web Applications: Performance, Scalability, and Use Case Analysis2026
  2. 2A Unified Hybrid Persistence Framework For High-Performance Data Systems Using Redis, MongoDB, And PostgreSQL2021
  3. 3Multi-Database NoSQL Performance Analysis: Empirical Selection Framework for Cloud-Native Applications2026
  4. 4Performance Analysis of NoSQL Databases: MongoDB Document Store and Redis Key-Value Store in Microservices-Based Applications Using Flask2025
  5. 5Experimental Evaluation: Is NoSQL better than SQL Database?2024