kshpin / mongo-olap

A MongoDB OLAP microservice for continuous pre-aggregation.
MIT License
6 stars 1 forks source link

Leaked cursor #6

Open jetdream opened 3 years ago

jetdream commented 3 years ago

https://github.com/kshpin/mongo-olap/blob/67707c0a0e9e493e3e3b20943013b4f6d151225a/src/Cube.js#L136

kshpin commented 3 years ago

MongoDB's node driver closes cursors on a timeout of 30 minutes. Not a fatal leak, but might be a problem with high load.