Thing Planning record limitations

donald_thib
New Contributor II

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

1 ACCEPTED SOLUTION

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.

View solution in original post

4 REPLIES 4

That is a big register!!!! how are you loading the records?

I'm loading the records from a custom table using the connector functionality in TLP.

 

Are you doing a bulk insert? I don't see a reason why it won't work. Maybe try and post the code here.

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.