Marten Indexes & Query Optimization Added in 1.2.0
Indexing and query optimization for Marten JSONB documents: computed indexes, GIN indexes, duplicated fields, unique/partial/multi-column indexes, compiled queries, LINQ tuning, and joining across documents with GroupJoin + SelectMany.
Use when improving Marten query performance, choosing an indexing strategy, or deciding between a LINQ join and duplicating a field into a read model.
Skill details
- Skill name:
marten-advanced-indexes-and-query-optimization - Applies to:
marten - Tags:
marten,indexes,queries,performance,joins,linq,advanced - Added in: 1.2.0
- License: Proprietary. Copyright JasperFx Software LLC.
