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
When a message query is performed without a date range, the existing implementation uses epoch and 'now' to define a range. This effectively covers every message in the archive, and thus should be benign.
Using an explicit data range does require the database to evaluate these values, which can result in sub-optimal performance.
The plugin should be modified to no longer explicitly use epoch and now when no data range is provided.
The text was updated successfully, but these errors were encountered:
When a message query is performed without a date range, the existing implementation uses epoch and 'now' to define a range. This effectively covers every message in the archive, and thus should be benign.
Using an explicit data range does require the database to evaluate these values, which can result in sub-optimal performance.
The plugin should be modified to no longer explicitly use epoch and
now
when no data range is provided.The text was updated successfully, but these errors were encountered: