Teamcenter Database saves all temporary timestamp (as soon as something has changed in TC)
This list should not go over 300k entries. you can emtpy this list in case of performance:

Use at your own risk!

-- shows all temporary timestamps
select * from POM_TIMESTAMP;

-- deletes all temporary timestamps
truncate table POM_TIMESTAMP;