DataLoader Pattern
← Back to N+1 Query Problem
A utility that batches and caches individual data requests within a single tick of the event loop, commonly used in GraphQL to solve the N+1 problem.
← Back to N+1 Query Problem
A utility that batches and caches individual data requests within a single tick of the event loop, commonly used in GraphQL to solve the N+1 problem.