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
Improve performance of reading cache entries (#198)
* Query directly through the database connection
This prevents the instantiation of active record objects
We can't assume prepared statements are available, so we go through
`Arel.sql` to construct the query, which will handle that part,
depending on availablity.
0 commit comments