PPR Query strategy
Unanswered
Erkan posted this in #help-forum
ErkanOP
Hello, I have a question about the recommended query strategy to use with partial prerendering.
Is it better to get all the data at once using the join during my database query.
Or with ppr is it better to parcel out my queries so that I can retrieve them in parallel.
(i'm using postgres)
Is it better to get all the data at once using the join during my database query.
Or with ppr is it better to parcel out my queries so that I can retrieve them in parallel.
(i'm using postgres)