El día Monday, May 11, 2009 a las 08:26:51AM -0400, Benjamin Lees escribió:
InnoDB doesn't support fulltext search, which is why the searchindex table should use MyISAM (the other tables can use InnoDB). Run the updateSearchIndex.php maintenance script to populate the index; I don't know how long it will take, though.
Thanks for your explanation. Do you have an idea how much diskspace the searchindex will have, compared with the database size or the text size of the imported file 'text.txt'? The actual size of the DB is:
tiny# du -sh /usr/local/db/mysql 4,8G /usr/local/db/mysql
Thx
matthias