danlg / lgen

lgen
MIT License
2 stars 1 forks source link

[App] Performance bottleneck on notifications #662

Open danlg opened 7 years ago

danlg commented 7 years ago

Kadira shows that query of notifications are slow

danlg commented 7 years ago

to fix we add an index on MongoDB with RoboMongo

userId_namespace_hasRead {
"userId" : 1, "namespace" : 1, "hasRead" : 1 }