You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for a lot of operations we query all (forms, submissions...) but for large instances this might get a problem if there are e.g. 30'000 forms or 3'000 submissions.
We should figure out a good way to handle:
Show form results (fetching the results might be bad if there are hundreds or thousands of submissions)
Investigate if there are more places that are problematic
This is more of a meta issue.
Currently for a lot of operations we query all (forms, submissions...) but for large instances this might get a problem if there are e.g. 30'000 forms or 3'000 submissions.
We should figure out a good way to handle: