Next.js Discord

Discord Forum

PPR Query strategy

Unanswered
Erkan posted this in #help-forum
Open in Discord
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)

0 Replies