How RTC source control consumes the files memory
Hello Team,
I just want to know how RTC consumes the source control files memory after the baselines or snapshot.
For example today i have 50MB size file in a component and that is my baseline1.After a week my file size is increased to 70MB is my baseline2.
How does RTC manages the memory ?
Does is occupies 120MB or 70MB ?
Can somebody help me out with a clarification.
|
One answer
Ralph Schoon (63.5k●3●36●46)
| answered Aug 17 '18, 2:15 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER RTC only stores the deltas (differences) between the source files. The deltas are compressed as well. So neither of your numbers above really add up.
Comments
Ayan Khan
commented Aug 17 '18, 5:40 a.m.
Thank you ralph for quick response.
Is there any way to find out the growth of the component.
Geoffrey Clemm
commented Aug 17 '18, 10:16 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Please see the comment I added to your question. Until you clarify what you are actually asking about, we will not be able to answer. |
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.
Comments
By "memory", do you mean database space on the server? And are you talking about the database space used by the version of the file, or about the cumulative space for all versions of the file, or about the space for the baseline itself?