Diff between Infobright and MyIsam
1. no index in Infobright ( since table stored as column style data every column is a index).
so load data infile .... replace into with primary key doesn't work.
2. supporing data types
infobright not supports: enum,set, and all the unsigned number type.
and decimal max digits number is 18.