fulltext - exact phrase

2002-05-29 Thread ddd
Hello I have a question, is possible to search on mysql 4.0 in fulltext index the exact phrase ? thanks - Before posting, please check: http://www.mysql.com/manual.php (the manual) http://lists.mysql.com/

fulltext of 2GB data

2002-05-04 Thread ddd
Hello I want to make a fulltext searching of aprox. 2GB texts. Can you help how to do it ? what database ? I tried it with mysql, but when there was about 500MB, the insert of article takes about 6 seconds. hardware was: RAID 0 - 2x 10k U160 SCSI disks In what hardware should I invest that it

200 milions records

2002-04-08 Thread ddd
HI, I want to insert into db 200.000.000 records of type (int6,int6).. the structure is: CREATE TABLE word_page ( IDword mediumint(6) NOT NULL default '0', IDpage mediumint(6) NOT NULL default '0', KEY IDword (IDword) ) TYPE=MyISAM; What do you think of it,, how would be