Mongodb Patterns

MongoDB across connection pooling, query optimisation and indexing, schema design and anti-patterns, and Atlas Search, Vector Search and Hybrid Search. Use when you say "configure the connection pool", "why do I get ECONNREFUSED or pool exhaustion", "how do I optimize this query", "how do I index this", "what are the slow queries on my cluster", "design this schema", "embed vs reference", "unbounded arrays", "16MB limit", "schema validation", "time series", "polymorphic", "document versioning", "add autocomplete or fuzzy matching", "build RAG over this collection", or "combine keyword and semantic search". Not for applying a schema change safely to a live cluster, use `database-migrations`.

Lukk17 d35711d 32 files · 245.8 KB Updated

File contents

Lukk17/agent-standards/tree/main/.agents/skills/mongodb-patterns commit d35711df96

Frequently asked questions

npx skillmds@latest add lukk17/mongodb-patterns