Robuta

https://www.ibm.com/docs/en/ims/15.2.0?topic=indexes-considerations-haldb-partitioned-secondary
A secondary index of a HALDB database must be a HALDB partitioned secondary index (PSINDEX).
database administrationimsconsiderationspartitionedsecondary
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/zh-cn/docs/upcoming/core/indexes/index-types/index-text/
Details on when and how to use text indexes in a self-managed or on-prem MongoDB database.
text indexesself manageddeploymentsdatabasemanual
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/pt-br/docs/upcoming/data-modeling/design-antipatterns/unnecessary-indexes/
removeunnecessaryindexesdatabasemanual
https://www.mongodb.com/docs/v7.0/core/index-unique/
Use a unique index to ensure indexed fields do not store duplicate values.
uniqueindexesdatabasemanualmongodb
https://www.prisma.io/blog/improving-query-performance-using-indexes-2-MyoiJNMFTsfq
Learn how you can optimize a slow database query in your application with a B-Tree index using Prisma
query performancedatabase indexesimprovingusingprisma
https://www.mongodb.com/docs/v6.0/core/index-multikey/
multikeyindexesdatabasemanualmongodb
https://www.mongodb.com/pt-br/docs/v7.0/core/indexes/index-types/index-wildcard/
wildcardindexesdatabasemanualmongodb
https://www.mongodb.com/zh-cn/docs/upcoming/data-modeling/schema-design-process/create-indexes/
createindexessupportqueriesdatabase
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.progress.com/documentation/sitefinity-cms/133/for-developers-rebuild-database-indexes-manually
You do the database optimization manually by running your own custom script via the SQL Server Agent.
database indexessitefinity cmsrebuildsetupmaintenance
https://sqlfordevs.com/books+courses/indexing
Indexes can be easy. I promise.
complete bookdatabase indexesdedicated
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
https://www.ibm.com/docs/en/ims/15.1.0?topic=protocols-locking-secondary-indexes
When a secondary index is inserted, deleted or replaced, it is locked with a root segment lock.
database administrationimslockingsecondaryindexes