Mongodb findone extremely slow even though the collection im searching is empty
I am having a simple login and it takes 3-4 seconds checking if a email is already used even though the user collection is completely empty and I have indexing applied.
Rust with Mongodb sort by date latest
here am using mongodb to get collections
MongoDB find – this method takes 1 argument but 2 arguments were supplied
this method takes 1 argument but 2 arguments were supplied –> srcmain.rs:62:27 | 62 | let mut cursor = my_coll.find( | ^^^^ 63 | doc! { “cuisine”: “French” }, | ______________________________________- 64 | | None | | —- | |_________|__| | | help: remove the extra argument | unexpected argument of type `std::option::Option<_>` I am […]
Mongodb does not finish query after many requests
I’m testing my application with gatling.