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

How can I view a changeset size in RTC?

In there any eclipse view(s) that shows what is the size(bytes) of a changeset?

0 votes



2 answers

Permanent link
Hi Diogo,
Unfortunately there is no option to see changeset size. You can create new rfe on jazz.net for that.

1 vote

Comments

In this case maybe you can help me understand what it contains...
I would dare to say it would contain only deltas, meaning if a single line of tesxt is added to a 1Mb file for example only some bytes are are transfered both in checkin and deliver operations. Is my understanding right?
Thank you.



Permanent link
There are a couple of different places where you are commonly interested in change set size.   The first is over the wire when the change set is first uploaded to the repository, and when it is subsequently downloaded to a client.  The second is in the repository, which affects database storage requirements.  For over the wire, my understanding is that it sends the full content of each file/directory change.  For how change sets are stored in the repository, I would suggest reading  https://jazz.net/library/article/984/ .  As a quick summary, it checks to see what takes up less space: a delta from the predecessor, or a compressed version, and uses whichever is smaller.

1 vote

Comments

Thanks for the explanation. I just don´t get why transmitting the whole file content over the wire if it could check for existing before (hash content + search key). Also, no compression is done before wiring?

WRT transmitting duplicate content, it does check to see of that content already exists before creating a duplicate.  I would guess it does that check on the client before sending over the content, but don't know that for sure.   As for compression before transmitting, I don't think that is done, and assuming it is not, whether it is because of the performance cost of doing the compression/decompression, or some other reason. 

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
× 12,033
× 1,204
× 149

Question asked: Sep 02 '13, 5:22 a.m.

Question was seen: 5,142 times

Last updated: Sep 03 '13, 3:57 p.m.

Confirmation Cancel Confirm