Hello SonarQube community. I am running SonarQube 4.5.7 with MySql 5.5 For the past couple of years the database has been quite manageable in size and it currently has 381 projects in it. Monthly I delete any projects that have not been analyzed in the past three months. In the last two months though the database appears to have grown very large. The mysql ibdata1 file is now at 53294923776 characters in size. Of that 50+ gigs of size the project_measures table take up over 40 giga bytes and has 233 million rows in it. Is this normal? If so then I may need to add more space to the file system that it is on. If this is not normal for this table then what can I do to reduce the size of the table while not loosing data that would be pertinent to the projects that are currently being worked on?
Thanks for any help you may be able to provide on this issue. Doug