Expected Result:
Cursor should not wait for so long and should return result.
Observations:
When we perform same use case in MongoCLI result is returned and cursor only wait for few seconds.
|
83 KB
I think this usage scenario is not compatible with MongoJS Query Analyzer Window. This window is designed with an execute-script-then-display-results flow, therefore even if I enhance the MongoJDBC driver to support the reported scenario, the expected behaviour won't be achieved.
A MongoShell window in contrast can go into a wait loop mode while still displaying the results that are streamed to the pipe (the capped collection).
@jenny: Can you comment about the requested feature?
Issue #13952 |
Closed |
Won't Fix |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
I think this usage scenario is not compatible with MongoJS Query Analyzer Window. This window is designed with an execute-script-then-display-results flow, therefore even if I enhance the MongoJDBC driver to support the reported scenario, the expected behaviour won't be achieved.
A MongoShell window in contrast can go into a wait loop mode while still displaying the results that are streamed to the pipe (the capped collection).
@jenny: Can you comment about the requested feature?