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 ?
Use case : Users want to store some documents related to project such excel sheets , Concepts in ppt etc.
|
Accepted answer
Geoffrey Clemm (30.1k●3●30●35)
| answered Mar 05 '20, 10:07 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER 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.
vijayakumar ramesh selected this answer as the correct answer
Comments
vijayakumar ramesh
commented Mar 06 '20, 5:32 a.m.
@Geoff Clemm
Do you mean document files like demo.pptx, sample.xlsx, test.doc , Demo.pdf etc. are binary files ?
Geoffrey Clemm
commented Mar 06 '20, 7:51 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Yes, those would all be considered binary files. Any file that looks like gibberish when you open it in a text viewer (like the Windows Notepad tool) is a binary file.
vijayakumar ramesh
commented Mar 06 '20, 7:59 a.m.
Thanks a lot Geoff, for quick reply.
|
2 other answers
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. Comments
Geoffrey Clemm
commented Mar 15 '20, 11:35 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Checkin requires that the data get transferred from the local disk to the server, but deliver does not transfer any data ... it just updates some pointers. If you are using Eclipse or Visual Studio to make your edits, the files are not scanned on disk, but instead, notifications from Eclipse and Visual Studio are used to determine when a file has changed. I believe date stamps are also used to decrease scanning costs, but we'd need someone from the RTC dev team to confirm that. |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.