Top
Best
New

Posted by RoxiHaidi 2 days ago

How to Optimize MongoDB Query Performance with Indexes(visualeaf.com)
13 points | 3 comments
speedgoose 1 hour ago|
Here is my recipe for even faster query performance:

1: export the data out of MongoDB

2: import the data in PostgreSQL, ClickHouse, DuckDB, whatever

3: create the indexes there

4: uninstall MongoDB

reactordev 1 hour ago|
But then they wouldn’t be able to sell their dashboard view. That’s the point of the tutorial/salespitch/s.
trick-or-treat 19 minutes ago|
Does anyone even use MongoDB anymore? Is this article from 2019?