Transform Map limit of Importing Records
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2023 09:48 PM
I want to import around 800k records from Transform Map. It takes 45 min to import 100k records. I want to know if can I upload 800k records at once will it be ok for the health of the instance and How many records or data can I import in One go.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2023 10:26 PM
Hi @Anmol Soldier1 ,
Check the link below for more clarity:
https://www.servicenow.com/community/developer-forum/how-many-records-at-a-time-should-be-imported-i...
but basically there is no such limit and performance depends on what rules you give in transform maps and fields maps.
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2023 11:15 PM
Importing a large number of records at once can put a significant load on your instance and potentially impact its performance, especially if the data is complex and involves multiple relationships and references.
It's recommended to import data in smaller batches, such as 100k to 200k records at a time, to avoid performance issues and ensure the stability of your instance. You can also monitor the performance of your instance during the import process and adjust the batch size accordingly.
Please mark helpful to remove from unanswered question.