← Graph

Denormalization vs graphql-batch / graphql-preload

question 3 connections

Audience question asking whether the team evaluated data denormalization (e.g. adding a tags field directly on the Post model) instead of, or in addition to, graphql-batch and graphql-preload. Speaker answered that graphql-batch was the first tool they introduced, the other examples were simplified, and because Check's data model is large and no single field dominates, they handle performance mostly at the query level and per-field rather than via denormalization.

answer_summary
Didn't evaluate denormalization specifically; graphql-batch was the first fix, and because Check's data model has no single dominant field they optimize at query/field level rather than denormalizing.
question Denormalization vs graphql-batch / graphql-preload
about
Question compares denormalization with graphql-batch.
question Denormalization vs graphql-batch / graphql-preload
about
Question compares denormalization with graphql-preload.
question Denormalization vs graphql-batch / graphql-preload
asked_at
Q&A about alternative optimization approaches.

Provenance

Read by
1 extraction