Hi Mike,
The data itself checks out given your row count, I think those sizes are normal. However the indexes are a little crazy but that's just down to how ResourceSpace configures the database out of the box. I think it's a little heavy on the indexes.
We think it's possible for the system to work just as well with fewer indexes. If you're willing to experiment and have a test system handy, you could try dropping the following indexes:
- Everything except 'stat_day_activity_ref' on daily_stat
- Everything except 'rk_all' on resource_keyword
That should radically reduce your database usage, and shouldn't (in theory) affect system performance. It would be good if you could try that out and let us know how it goes. You need to check searching generally and also that the graphs still generate quickly in 'Team Centre' -> 'View statistics'.
Dan