n-plus-1
There are 12 repositories under n-plus-1 topic.
exAspArk/batch-loader
:zap: Powerful tool for avoiding N+1 DB or HTTP queries
quick-perf/quickperf
QuickPerf is a testing library for Java to quickly evaluate and improve some performance-related properties
adgadev/jplusone
Tool for automatic detection and asserting "N+1 SELECT problem" occurences in JPA based Spring Boot Java applications and finding origin of JPA issued SQL statements in general
quick-perf/doc
QuickPerf documentation: https://github.com/quick-perf/doc/wiki/QuickPerf
quick-perf/quickperf-examples
Examples showing how to use QuickPerf with several frameworks (JUnit 4, JUnit 5, TestNG, Spring Boot, Quarkus, Micronaut, ...)
karmakaze/safeql
Composable / async / functional / type-safe / parallel-pipelined queries and relations without SQL injection or N+1s.
quick-perf/quickperf-live
Ease your work on Spring Boot applications: quickly generate functional non-regression tests, diagnose performance and generate non-regression tests on performance-related properties.
mathieul/batch-loader-active-record
Active record lazy association generator leveraging batch-loader to avoid N+1 DB queries
rrreeeyyy/go-sql-n-plus-one-finder
np1finder is a simple and efficient tool to detect N+1 query problems in Go applications that use database/sql
varsnotwars/graphql-n-plus-one-demo
Node.js graphql example of the N+1 problem, with solution using dataloader.
thaingo/assembler
Functional, type-safe and stateless Java API for solving the N + 1 query problem in multi-databases and microservices aggregation
xp-forge/aggregate
Aggregate data on lists