TUG
Active member
so I realize that our forum gets a ton of searches and im fine with the search index table being of a significant size...
however at this point our xf_search_index table is larger than everything else combined nearing 4gigabytes alone for this table. im not a database guy, but it would seem that having an index thats actually larger than the data being indexed seems...off? (xf_post for example is only 2gb in size)
question is twofold:
1. is there a way to reduce the size of this index while still maintaining an effective search index?(not only for practical reasons, but it also seems ridiculous to be backing this table up every night as well)
2. after reducing its size, is there something i should do (or should have done) to prevent it from growing this far out of control to this point? I didnt actually think you needed to rebuild/maintain this particular table on a regular basis? perhaps I was wrong?
thanks for any suggestions or input in advance! I plan on upgrading the xen installation within the next month and was just looking into why the mysql db was so large before the upgrade!
however at this point our xf_search_index table is larger than everything else combined nearing 4gigabytes alone for this table. im not a database guy, but it would seem that having an index thats actually larger than the data being indexed seems...off? (xf_post for example is only 2gb in size)
question is twofold:
1. is there a way to reduce the size of this index while still maintaining an effective search index?(not only for practical reasons, but it also seems ridiculous to be backing this table up every night as well)
2. after reducing its size, is there something i should do (or should have done) to prevent it from growing this far out of control to this point? I didnt actually think you needed to rebuild/maintain this particular table on a regular basis? perhaps I was wrong?
thanks for any suggestions or input in advance! I plan on upgrading the xen installation within the next month and was just looking into why the mysql db was so large before the upgrade!