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
Based on this discussion, diesel doesnt use prepared query cache for raw sql queries which we use for some of the scheduled tasks. This can result in much slower queries. So it may be worth manually implementign QueryFragment for those, or better yet getting a function prepared_sql() merged upstream. Or maybe the queries can be rewritten without raw sql.
The text was updated successfully, but these errors were encountered:
Based on this discussion, diesel doesnt use prepared query cache for raw sql queries which we use for some of the scheduled tasks. This can result in much slower queries. So it may be worth manually implementign QueryFragment for those, or better yet getting a function prepared_sql() merged upstream. Or maybe the queries can be rewritten without raw sql.
The text was updated successfully, but these errors were encountered: