Skip to content

Commit 546b6f4

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update JSON and remove perf secction
1 parent addb5d2 commit 546b6f4

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,22 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
175175
"typeProperties": {
176176
"source": {
177177
"type": "ServiceNowV2Source",
178+
"expression": {
179+
"type": "Nary",
180+
"operators": [
181+
"<"
182+
],
183+
"operands": [
184+
{
185+
"type": "Field",
186+
"value": "u_founded"
187+
},
188+
{
189+
"type": "Constant",
190+
"value": "2000"
191+
}
192+
]
193+
}
178194
},
179195
"sink": {
180196
"type": "<sink type>"
@@ -184,18 +200,6 @@ To copy data from ServiceNow, set the source type in the copy activity to **Serv
184200
]
185201
```
186202

187-
## Performance tips
188-
189-
### Schema to use
190-
191-
ServiceNow has 2 different schemas, one is **"Actual"** which returns actual data, the other is **"Display"** which returns the display values of data.
192-
193-
If you have a filter in your query, use "Actual" schema which has better copy performance. When querying against "Actual" schema, ServiceNow natively support filter when fetching the data to only return the filtered resultset, whereas when querying "Display" schema, ADF retrieve all the data and apply filter internally.
194-
195-
### Index
196-
197-
ServiceNow table index can help improve query performance, refer to [Create a table index](https://docs.servicenow.com/bundle/quebec-platform-administration/page/administer/table-administration/task/t_CreateCustomIndex.html).
198-
199203
## Lookup activity properties
200204

201205
To learn details about the properties, check [Lookup activity](control-flow-lookup-activity.md).

0 commit comments

Comments
 (0)