Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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.

0 votes


Accepted answer

Permanent link

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

0 votes

Comments
@Geoff Clemm

Do you mean  document files like demo.pptx, sample.xlsx, test.doc , Demo.pdf etc. are binary files ?

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.

Thanks a lot Geoff, for quick reply.


2 other answers

Permanent link

 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

0 votes

Comments
Hello Bharath,

My questions is more focused on storing those documents inside the components itself. What are impacts, if we do this on database. As RTC Scm components are for storing source code file like .h,.c .java files etc.


Permanent link

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.

0 votes

Comments

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

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 7,521
× 6,136
× 1,708

Question asked: Mar 05 '20, 4:15 a.m.

Question was seen: 2,220 times

Last updated: Mar 15 '20, 11:35 a.m.

Confirmation Cancel Confirm