Topic: the size of the database.

Hello,

my forum has 31841 posts and 3279 topics so the size of the database is near 47mo because of the internal search engine(27mo). On my server, the size of each database is limited to 50mo. Friday, my forum was suspended by precaution and the search engine is now disable. So, i'm looking for another solution for the search engine. Is it possible to host the search engine table in another database ??

Thanks
David

Re: the size of the database.

The logical solution would be to use the Fulltext search capability of MySQL, if you have it.

3 (edited by Tofi 2005-09-18 21:10)

Re: the size of the database.

armada wrote:

Hello,
the search engine is now disable

David

How did you do that ? I also have database size problems

Re: the size of the database.

Change the permissions of all the groups so that they can't use search, and truncate the search tables (oh, and then you'll have to edit the files so that the search table doesn't get filled in when people post).

5 (edited by Tofi 2005-09-18 21:19)

Re: the size of the database.

Thx, i was afraid to have to do so sad
Pity, i was about to install punbb on my website but the search tables are definitely too heavy (> 9 Mo for 4,9 Mo in posts table, 36 users, 1861 topics and 19297 msgs)