Re: 2 Questions: 1. Full-text Search 2. Loading 1Gb Data

2006-08-18 Thread Dan Buettner
I would encourage people to use date filters on their searches, as that could help by eliminating rows prior to the fulltext search. For backup and recovery of a database this size, with MyISAM tables, I recommend the included 'mysqlhotcopy' script. Also a mastery of the mysqldump command will h

2 Questions: 1. Full-text Search 2. Loading 1Gb Data

2006-08-18 Thread AmirBehzad Eslami
Dear list, I'm programming a PHP-driven Search Engine for a newspaper. Full-text Search with MyISAM Tables, MySQL 4.1.11, PHP 4.3.0 1GB of Text encoded by UTF-8 An average of 1Mbyte Data is inserted to database every day A common SQL-Query: SELECT COUNT(*) FROM news_archive WHERE MATCH(news_tit