You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To ensure accuracy of your data and support read performance, Data Importer automatically creates a uniqueness constraint and a corresponding index on the property you select as the node ID.
142
+
You can add further indexes in addition to the mandatory constraint and index.
143
+
144
+
Constraints and indexes have their own tab in the highlight:import/import-mapping-panel[mapping details panel].
145
+
Use the `+`-sign to add an index and then select which property to add the index on.
146
+
147
+
Data Importer generates a name for the index and the index type created is Neo4j's default index.
148
+
If you make a mistake, select the erroneous index and click the trash-can to delete it.
149
+
150
+
If you know that you are going to use a property regularly, it is good practice to add an index to it.
151
+
For example, if you doing administrative work with Northwind, you may be interested in the order dates.
152
+
See if you can add an index to the `orderDate` property that will help you with that!
153
+
154
+
[%collapsible]
155
+
.Hint
156
+
====
157
+
From the highlight:import/import-mapping-panel[mapping details panel], tap the `+` and select the `orderDate` property.
158
+
====
159
+
160
+
[NOTE]
161
+
====
162
+
Only the properties you mapped from the _Definition_ tab are available to create indexes on.
163
+
To modify the selection, you need to go back to the _Definition_ tab.
164
+
====
165
+
166
+
To learn more about indexes and constraints, see link:https://neo4j.com/docs/cypher-manual/current/indexes/[Cypher Manual -> Indexes] and link:https://neo4j.com/docs/cypher-manual/current/constraints/[Cypher Manual -> Constraints] repsectively.
0 commit comments