logoalt Hacker News

How to Optimize MongoDB Query Performance with Indexes

13 pointsby RoxiHaidilast Wednesday at 7:25 PM3 commentsview on HN

Comments

speedgoosetoday at 10:03 AM

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

show 1 reply
trick-or-treattoday at 11:36 AM

Does anyone even use MongoDB anymore? Is this article from 2019?

show 1 reply