Kurinchi Blogger Scribbles …


Archive for May 15th, 2009

May 15
2009

MySQL – MyISAM, BSD, InnoDB Considerations

Last updated: May 14th, 2009

MySQL Table Types that are well known
- MyISAM
- InnoDB
- BSD

When making a choice amongst the different types of tables in MySQL, we need to consider the following points

- Size of database based on the activity
- Nature of database access / activity (whether it involves heavy reads / writes)
- Database backup (schema, data)
- Session handling
- If it involves a sync to another database
- What needs to be done if the application is to be scaled
(more…)


Valid HTML 4.01 Strict  Valid HTML 4.01 Strict