iotdb
iotdb copied to clipboard
Support SHORT or INT16 datatype
OPC quality code standards request 16 bit for each quality code. If I try to store a series of quality codes (each is a 16-bit integer) in iotdb now, I have to specify its data type as INT32, which leaves 16 unused bits, causing a waste of storage. This will be more significant where there is a lot series of quality codes.
I don't know if current compressing method could deal with that. If so, it will be okay to just use INT32.