Can we truncate the OPM tables GMD_COMPOSITE_RESULTS and GMD_COMPOSITE_RESULT_ASSOC tables
.
While this is not apparently having any effect on the running of the system, it does mean that these tables are occupying hundreds of gigabytes of database space. If we can safely truncate these tables and re-use the space we can avoid increasing the size of the database and potentially avoid the need to buy more disk space.
.
What is the functional purpose of these tables?
Can we safely truncate them?