View Single Post

   
  #2 (permalink)  
Old 02-28-2008, 09:48 AM
Axel Schwenke
 
Posts: n/a
Default Re: Write Intensive Application?

"howa" <howachen@gmail.com> wrote:
> for example, MySQL replication is not suitable for scable application
> which need many writes, e.g. a popular forum
>
> ao are there any recommendation in this suitation?


InnoDB on big hardware (lots of memory and fast disks).
If that does not work out (unlikely) - MySQL Cluster.


XL
--
Axel Schwenke, Senior Software Developer, MySQL AB

Online User Manual: http://dev.mysql.com/doc/refman/5.0/en/
MySQL User Forums: http://forums.mysql.com/
Reply With Quote