tator icon indicating copy to clipboard operation
tator copied to clipboard

List endpoints could benefit from MGET access for Redis(tm)

Open bctcvai opened this issue 11 months ago • 0 comments

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.

bctcvai avatar Apr 02 '24 21:04 bctcvai