server/conf/jts/indices grows to 7GB, normal?
Hello,
I did upgrade from 4.0.0.0 to 4.0.0.1 and then 4.0.1.0. I noticed that the <JazzInstallDir>/server/conf/jts/indicies grew bigger and bigger without new projects/artifactes. It possibly grew from ~3GB to 7GB now.
Is this expected? Any way for me to reduce its size (clean it up)?
Thanks and Regards
PS. DB2 V9.7 and WAS 8.0.3 are used.
2 answers
Hi Frank. There are a few ways you can trim the size of the index/database. The first is to use repotools -deleteJFSResources on archived projects you know you no longer need to remove the data associated with the projects. This method may require a -reindex as noted in the documentation before you realize any difference in the index size. The second being repotools -compacttdb to compact the index. Hope it helps,
Comments
1 vote
1 vote
1 vote
1 vote
showing 5 of 6
show 1 more comments
Answer from Simon Helsen is the solution to this issue. I hope Rational can fix the duplication problem and if not, at least document in the upgrade guide.
You can always completely rebuild the indices by a) removing everything under conf/jts/indices and b) running 2 repotool commands. The first one would be "repotools -reindex all" and the second one would be "repotools -rebuildTextIndices". These two commands should be run while the server is down though.
You can always completely rebuild the indices by a) removing everything under conf/jts/indices and b) running 2 repotool commands. The first one would be "repotools -reindex all" and the second one would be "repotools -rebuildTextIndices". These two commands should be run while the server is down though.