https://www.mongodb.com/ko-kr/docs/upcoming/core/indexes/index-types/index-wildcard/
Create wildcard indexes to support queries on arbitrary or unknown fields in collections with flexible schemas.
wildcardindexesdatabasemanualmongodb
https://www.mongodb.com/docs/manual/core/index-ttl/
TTL indexes are special single-field indexes for automatically removing documents from a collection after a certain amount of time or at a specific clock time.
ttlindexesdatabasemanualmongodb
https://www.mongodb.com/zh-cn/docs/upcoming/core/index-sparse/
Create sparse indexes in MongoDB to include only documents with the indexed field, skipping those without. Use partial indexes for greater control.
sparseindexesdatabasemanualmongodb
https://www.ibm.com/docs/en/ims/15.4.0?topic=processing-secondary-indexes-selective-partition
You can restrict BMP, JBP, and batch-processing applications programs to a subset of one or more contiguous partitions of a HALDB partitioned secondary index...
database administrationimssecondaryindexesselective
https://www.mongodb.com/pt-br/docs/upcoming/core/timeseries/timeseries-secondary-index/
Improve query performance for time series collections by adding secondary indexes, including compound indexes on `metaField` and `timeField`.
time seriescollections databaseaddsecondaryindexes
https://www.mongodb.com/pt-br/docs/upcoming/core/index-partial/
Learn how to create and use partial indexes in MongoDB to optimize storage and performance by indexing only documents that meet specific filter criteria.
partial indexesdatabasemanualmongodbdocs