Results 1 to 3 of 3

Thread: Advice about software for a total newbie

  1. #1
    Join Date
    Jun 2011
    Posts
    8

    Advice about software for a total newbie

    Hi,
    I'm very new to MySQL. My main interest is Data Modeling. Need your advice about software:
    1) I understand I have (2) options: MySQL Community Server and MySQL Cluster (I understand there is a free version of it). Should I even consider MySQL cluster or just as for a beginner start with the standard MySQL Community Server? What would be pros & cons?
    2) I understand that the installation of MySQL Community Server is pretty straightforward – would installing MySQL Cluster will be truly daunting?
    3) Do they both support InnoDB?

    Thanks,
    jvocat

  2. #2
    Join Date
    Dec 2011
    Posts
    3
    Definitely start with MySQL Community Edition. If you need to scale out beyond what you can do on a single box, maybe then consider the Cluster version. You shouldnt have to change any of your application code to make the change

    Both support innodb.

  3. #3
    Join Date
    Jun 2011
    Posts
    8

    Thanks

    Thanks. IT was helpful

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •