Comment 0 for bug 1626618

Revision history for this message
gordon chung (chungg) wrote :

to list metrics matching a list of ids takes 50ms according to cProfile. this isn't great since doing the same query in psql shell is about 50us. i'm assuming ORM is adding that 1000x slow down.