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
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
Yeah, it's not a perfect solution, there's also the 5s timeout which is probably catching you in this case. As it was built as a proof of concept, I doubt very much this'll get fixed though.
Even know I set a limit of 4999 it still says "Query would take too long to run, please apply a LIMIT of less than 5000 rows"
This is the SQL query I did on the Health SQL page:
SELECT * FROM social_care_locations OFFSET 14996 LIMIT 4999
It seems that if an OFFSET is above a certain number it would show the "Query would take too long to run" error.
The text was updated successfully, but these errors were encountered: