is it Recommend to Store Excel, ppt in RTC components ? if Yes what level of Data size (files) is allowed and if not why what are the impacts ?
Accepted answer
You should feel free to store binary files in RTC components ... it will store them efficiently (compressing, etc.)
But if the binary files are "very large" or "large and frequently updated", then you should use the external content repository mechanism introduced in RTC 6.0.5. For details, see:
I don't have hard numbers for what is "very large" and what is "large and frequently updated" ... if anyone else does, please post a comment.
Comments
2 other answers
Hi Vijayakumar,
You can attach documents in RTC. By default the attachment size limit is 50MB.
But you could modify the size limit by modifying value Maximum Attachment Size (MB) under advanced properties.
Regards,
Bhagath
Say you have 10 files, 50MB each in the component. Check-In & Delivery of SCM Code needs to sync this 500MB each time. Hence day-to-day affair of check-in & delivery would be time consuming.