#Flexible Data Storage: Polymorphism, and Serialization, and HStore, oh my!
###Story/Example App
- Sample app showing an example use case
- User profile with an unlimited number of custom attributes
###Question: How would you setup your database to record this information?
###Options
- Polymorphism (1 sentence overview)
- Serialization/HStore (1 sentence overview
###Polymorphism
- Quick overview
- Sample database diagram using initial example
- (less coverage here since this is an in class topic)
###Serialize
- Overview
- Sample database diagram using initial example
- HStore
###Making a choice...
- Pros and cons of these two strategies
Looks good!