How to delete check-in files but not yet delivered in RTC?
![]()
User is at v6.0.6. They notice the scm related tables size grows too quick to multiple TBs.
Follow the suggestions in https://jazz.net/library/article/90403
we are able to collect Mxbeans for scm contents top ranked scm files and found many of them at size xxGB are only checked in files not yet delivered. Due to some wrong use cases by the end users, those files become orphaned and
the owners left the company. They want to delete those large files in order to free up the DB space.
Following the procedures in this article, https://jazz.net/library/article/1006, it suggests to delete the contents from the history versions which do not seem to apply to this user's situation, there is no history of the delivery at all, those files are like the below:
![]()
History is empty:
![]()
How do we delete these type of files in RTC?
Thanks
|
Comments
In the pending changes view, can you try to do an Undo on the outgoing change on the file? For me, that removed the checked in file from the repository.
I would suggest to set the limits for file sizes or introduce an external binary repository for huge files.