Create/drop indexes tab

Use the Create/drop indexes tab to create and drop indexes on one or more fields. Unless unique indexes are being used, MongoDB allows duplicate records to be inserted. Indexing is performed after all rows have been processed by the step.
Enter the following information in the transformation step fields:
Index fields
Specify a single index (using one field) or a compound index (using multiple fields). Compound indexes are specified by a comma-separated list of paths. Use dot notation to specify the path to a field to use in the index. An optional direction indicator can be specified: 1
for ascending or -1
for descending.
Index opp
Specify whether to create or drop an index.
Unique
Specify whether to index only fields with unique values.
Sparse
Specify whether to index only documents that have the indexed field.
Show indexes
Click Show indexes to display a list of existing indexes.
Last updated
Was this helpful?