tator
tator copied to clipboard
List endpoints could benefit from MGET access for Redis(tm)
Where we check cache entries on list endpoints MGET should increase throughput when accessing large lists. It should also be observed not to execute SQL statements in a loop. An example here is rest/Projects
which is guilty of both.
I did not check if other endpoints already utilize MGET, its unlikely they have the same loop-based thumbnail access.