Reactive data : more efficient to make many tiny queries or fewer bigger? #1981
Unanswered
tobiasBora
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm designing an app with very large tables that users might edit. Is it more efficient to create one query per cell, or one query per row? I'm affraid that option 1 would saturate the database with many queries, but 2 might get re-rendered too often, so I'm not so sure which option to choose here.
Beta Was this translation helpful? Give feedback.
All reactions