NHacker Next
  • new
  • past
  • show
  • ask
  • show
  • jobs
  • submit
How to Optimize MongoDB Query Performance with Indexes (visualeaf.com)
speedgoose 1 hours 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 37 minutes ago [-]
But then they wouldn’t be able to sell their dashboard view. That’s the point of the tutorial/salespitch/s.
Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
Rendered at 11:28:34 GMT+0000 (Coordinated Universal Time) with Vercel.