What is the best practice to import 10GB data in RTC source control
I have ~10GB if data that I need to import in RTCv5.0.2 source control.
But my multiple attempts failed with session timeout, errors with no proper description (The operation was cancelled due to an unexpected error) etc.
Is there a standard/best way to import files with huge sizes?
Steps I followed:
Load component > in Project explorer right click component > import > General File system > select files and Finish
Please let me know as I need to make this files available for the team to start working upon.
2 answers
I would try breaking it up into 1gb imports and see how that works for you to rule out the size and see if it might be something with the data causing the exception.
Comments
This will get more time consuming, however currently this sees to be the only option.
I wonder will RTC be able to handle huge data load when it goes live to 100+ users?
You shouldn't see a, issue when your 100+ users as I would expect the transactional actions to be much smaller than the initial import of the data.