01-17-2022
10:04 AM
- last edited on
10-14-2022
04:41 AM
by
JackLacava
Does anyone know if there is a limit on the number of records that can be loaded to the Thing Planning registry at one time? I need to load 1M records, but it is only taking the first 500k and not returning any errors identifying any issues with the remaining records.
Thanks
Solved! Go to Solution.
02-14-2022 04:37 PM
I found I could load a little over 5M records if I brought them from file to a temp table then to registry using the connector.
01-17-2022 10:15 AM
That is a big register!!!! how are you loading the records?
01-17-2022 10:25 AM
I'm loading the records from a custom table using the connector functionality in TLP.
01-17-2022 11:00 AM
Are you doing a bulk insert? I don't see a reason why it won't work. Maybe try and post the code here.
02-14-2022 04:37 PM
I found I could load a little over 5M records if I brought them from file to a temp table then to registry using the connector.