RAMDB Size Management
Is there a best practice for managing RAMDB tables?
Certain tables in our Oracle RAMDB are large and growing larger: REPOSITORY_ITEM_STATES WORKITEMS_SNAPSHOT_WRKTM_CHNGS Can someone explain what these table do? Is there a method to purge these tables? Thanks! |
One answer
Hi,
Those aren't RAM tables, those are RTC tables. RTC records all activity and every time an asset is updated activity is recorded in RTC. So it will continue to grow. RTC doesn't have a purge capability. What they are actually recording is internal to RTC. I don't know what form it is. What kind of size problems are you seeing? MB or GB's? Comments
Isaias Zaral
commented Jun 24 '13, 6:24 a.m.
100GB. The table, just with nightly builds now are growing more than a million per month.
How many policies are running on your lifecycle/how often?
|
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
We have the same problem with this HUGE table: REPOSITORY_ITEM_STATES.
we posted here our question:
https://jazz.net/forum/questions/115997/repository_item_states-grows-too-quickly
if somebody can tell us which records tables must be deleted together with with one, we are thankful.