I’m evaluating if infobright can used to store data out of an industrial control system (for example temperature,level,..)
My table has this shape
bigint => to identify the temperature ...
datetime
double
the primary key is the bigint + double column
there are two different sizes:
a) 15 000 different id with a new rows / per ID / every second .. put only a few differnet values per Id (for example the temperature is relative stable) (it also happens that a value is the same for a month (.. very high compression)
The size is apporx. 200 GB with a little bit more then one GB per Day (each day a new partion)
b) 100 000 tags with new values / every minunte)
(size whould the same..)
can / should ice be used for this (there are also some special purpose databases for this from companys like wonderware, gefanuc)

