Yes : pandela databse is small
Yes. but there are no free hosts who offer all these ( php, mysql , domain hosting and subdomain hosting)
You can save a lot of space by disabling the search feature.
Installing the forum + 50 registered members + easy mod + 110 posts = 300 kb of mysql database.
Forum - sve datbase space
i got the above info frommy forum itself
i disbld the search feature using a mod and deleted the search results tble from my sql which take up mostof the spce
i believe that every time you post a message the forum searches for some unique new words which it will add as a value in mysql table. Then when your search using the serch feature , it just needs to searhc through one table and gets you the results.
I think this was done because it takes a long time to serch through the entire database for a query.
So longer posts implies bigger table. deleting this table wont affect nything other thn serch. i f your use the mod to disble search then everything else will work fine. The search feature will return no results for any query.
if yu want to have search at any cost ..you cud use third party searches like google search installed in your forum which may give you results of pages already crawled.
i'll give you the mod name and the search table nme in my next post