Posts

Showing posts from 2012

Deciding which data model to use in FatWire

How you determine which type of data model should be used for a particular content? The basic asset model is a good choice when your data has the following characteristics:- 1)It is fixed, predictable: there will be no need to add attributes to the asset type. 2)It is homogenous: all assets of the same type have similar attributes. 3)It has a moderate number of attributes. You are limited by your database as to how many columns/attributes you can have in the asset type table for a basic asset. 4)You want to use the static publishing method predominantly. The flex model is the right choice when your data has the following characteristics: 1)It has lots of attributes. 2)It can be represented in a hierarchy in which assets inherit attribute values from parent assets. 3)You cannot predict what attributes might be necessary in the future. 4)Asset instances of the same type can vary widely. That is, not all assets of that type should have the same attributes. 5)Visitors browse you...