We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03d184 commit a4e9b80Copy full SHA for a4e9b80
1 file changed
docs/administrator/mongo_indices.md
@@ -46,15 +46,15 @@ The concept of an index in MongoDB is the same as in relational databases. An in
46
|:-----------:|:----------------------------------:|
47
| user | userSourcedId, orgId, tenantId |
48
| line_item | lineitemSourcedId, orgId, tenantId |
49
-| primary_key | result.sourcedId, orgId, tenantId |
+|composite_key| result.sourcedId, orgId, tenantId |
50
| most_recent | result.date, orgId, tenantId |
51
52
<br>
53
54
### MongoUser
55
| Index | Keys |
56
|:-----------:|:--------------------------------:|
57
-| primary_key | user.sourcedId, orgId, tenantId |
+|composite_key| user.sourcedId, orgId, tenantId |
58
59
60
0 commit comments