Maintaining fulltext

2004-03-18 Thread Trevor Price
Mysqlians, 1. How can I tell how many words a fulltext index has indexed?(for purposes of estimating performance) 2. How can I tell how much index file space a full text is responsible for? ( for regular indicies I use (key_length +4)/.067 ) but my fulltext's are all on text's. Thanks,

RE: Maintaining fulltext

2004-03-18 Thread Andrew Braithwaite
] Subject: Maintaining fulltext Mysqlians, 1. How can I tell how many words a fulltext index has indexed?(for purposes of estimating performance) 2. How can I tell how much index file space a full text is responsible for? ( for regular indicies I use (key_length +4)/.067 ) but my fulltext's