cham / TeslaAPI

Tesla forum database and RESTful API
11 stars 9 forks source link

count performance #6

Closed cham closed 11 years ago

cham commented 11 years ago

is the main bottleneck on threads calls now, move this to a separate record and manage it with the application?

cham commented 11 years ago

if the user specific thread listing routes are removed, and hidden / ignored threads are handled by the front end app, then this should be simple to fix - cache the /count endpoints in a separate collection and read off those.

cham commented 11 years ago

+1 remove hidden on render - improves listing read on participated considerably

cham commented 11 years ago

this was a red herring - the real issue was the size of thread documents which has been fixed