| List: | General Discussion | « Previous MessageNext Message » | |
| From: | hezjing | Date: | October 12 2008 12:58am |
| Subject: | Why different engines in one database? | ||
| View as plain text | |||
Hi
When and why we create tables in different storage engines within a same
database?
Take for example a normal inventory application that provides CRUD operation
to
- USER table (e.g. create new user)
- STOCK table (e.g. when there is new stock arrives)
- CUSTOMER table (e.g. create new customer)
- SALE table (e.g. when a stock is bough by a customer)
I think it is always a best choice to use InnoDB since many applications are
transactional.
How would one wants to create a USER table in MyISAM engine and SALE table
in InnoDB engine?
Can you give some example?
Thank you!
--
Hez
| Thread | ||
|---|---|---|
| • Why different engines in one database? | hezjing | 12 Oct |
| • Re: Why different engines in one database? | D. Dante Lorenso | 12 Oct |
| • Problem with GROUP BY | philip | 14 Oct |
| • Re: Problem with GROUP BY | Peter Brawley | 14 Oct |
| • Re: Problem with GROUP BY | Olexandr Melnyk | 14 Oct |
| • Re: Problem with GROUP BY | philip | 15 Oct |
| • Re: Problem with GROUP BY | Moon's Father | 21 Oct |
| • Re: Why different engines in one database? | Simon J Mudd | 12 Oct |
