Hi all,
I'm creating a meta-search engine which stores the spidered text in a database. Of course, this takes a lot of space. When I started I had a MyISAM storage engine that became 185 mb as size. Then my database (also all my other tables) started to fail. I guess the database was too big, because when I removed the table, everything worked fine.
Now my question is: Is MyISAM not the right storage engine for large amounts of data? And which one is the right storage engine then?
Thanks a lot..
I'm creating a meta-search engine which stores the spidered text in a database. Of course, this takes a lot of space. When I started I had a MyISAM storage engine that became 185 mb as size. Then my database (also all my other tables) started to fail. I guess the database was too big, because when I removed the table, everything worked fine.
Now my question is: Is MyISAM not the right storage engine for large amounts of data? And which one is the right storage engine then?
Thanks a lot..