Switch language한국어
Back to the list

Case study: Improving Miricanvas query performance with Amazon DocumentDB index optimization | Amazon Web Services

TL;DR AI

Key summary

2 min read
  1. MiriCanvas, run by MiriD, hit query slowdowns after moving from MongoDB Atlas to Amazon DocumentDB.

  2. Some indexes did not behave as expected, so the team redesigned partial indexes and reworked query patterns.

  3. They split $or queries, replaced regex filters with range conditions, and improved performance.

  4. The case shows that DocumentDB’s query planner and index behavior must be considered differently from MongoDB to keep large collaboration services fast and stable.

Read the original