8

I'm trying to use IntellijIdea in order to connect to MongoDB but it seems to work too slow. A simple read request might take up to 5 secs meanwhile Robo 3T works almost instantly. Is it a common and known behavior (some issue with mongo driver for example) or is it my local issue?

Also I can't find how to manage collections\databases via GUI. Let's say I want to create a new database: I right-click in order to get a context menu, go to "new" section and everything I can do is to add a new datasource, driver or just jump to console. Also I can't find db users for the given database. There is just no such folder under selected db. Can I do such kind of management via IntellijIdea database GUI?

Coffemanz
  • 863
  • 2
  • 8
  • 17

1 Answers1

18

Unfortunately we found a problem with latest MongoDB driver, which causes slow operations. Please open up data source properties, switch to Drivers tab, select MongoDB and switch to v.1.11. And I've created 2 feature request based on your feedback, please follow and vote to get noticed on any updates:

Yuri Win
  • 1,348
  • 4
  • 10
  • 4
    Driver switching solved the issue. Thanks. Pretty surprised that such kind of basic managament is not out of the box in such tool as Intellij\Datagrip. But thanks for creating feature requests on that. – Coffemanz Oct 14 '21 at 07:55
  • Wow! Connection time from 20s to 3s, thanks! Thanks, helped me a lot! – Lukas Zmoginas Feb 08 '22 at 09:18