Indexes
Application Indexes
-
All indexes defined below are single field indexes.
| Collection | Index |
|---|---|
directory-mapping |
directoryID |
settings-participant |
values.payload.csmAgentId |
settings-iban-plus |
values.payload.isoCountryCode |
settings-iban-structure |
values.payload.ibanCountryCode |
settings-exclusion-list |
values.payload.ibanCountryCode |
settings-party-entity |
values.payload.entityIdentifiers.identifier |
settings-bicdir2018 |
values.payload.bicCode |
settings-processing-entity |
processingEntity |
settings-agent-settings |
processingEntity |
settings-agent-clearing-settings |
processingEntity |
settings-agent-settlement-settings |
processingEntity |
settings-cs-agent-selection-settings |
processingEntity |
settings-generic-processing-settings |
processingEntity |
Clients that use Cosmos need to add lastUpdatedAt as index for all the settings collections, as well as approvals collection. There is also a need to switch off automatic creation of indexes by setting the following property:
|
ipf.mongodb.create-indexes = false
|
Please refer DPS v2 Index Creation for more information regarding DPS v2 index set up. |