Replies: 1 comment 6 replies
-
|
I'm not sure i'm following the cursors being handled internally but what do you mean when you cursors stacking up? Do you mean connections to the database? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I work in a large project , for migrating Morphia from 1.6 to 2.4.11 .
I updated all the DAO to the new versions, but while looking at Grafana , i see that the number of cursors used by this version is greater than the number used by morphia 1.6
I understand that in morphia 1.6 the cursors were handled internally, which is not the case in 2.4.11
Is it a normal behaviour ? we've been analysing this change of numbers but couldn't find an explanation. Is it a normal behaviour ?
We put all the morphia cursors inside a try-with-resource, but we keep seeing them stacking up
Any help or guidance would be much appreciated.
Beta Was this translation helpful? Give feedback.
All reactions