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
Due to a mechanical failure we had a high number of door switch operations (O(10k)). This slowed the query down too much. Maybe just LIMIT to 1000 or so? Look at other queries for similar issues.
Also consider "debouncing" switches for several seconds.
It also seems that the result is truncated (example: 1w back from 2019-03-27 ~09:00).
The text was updated successfully, but these errors were encountered:
Due to a mechanical failure we had a high number of door switch operations (O(10k)). This slowed the query down too much. Maybe just LIMIT to 1000 or so? Look at other queries for similar issues.
Also consider "debouncing" switches for several seconds.
It also seems that the result is truncated (example: 1w back from 2019-03-27 ~09:00).
The text was updated successfully, but these errors were encountered: