iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Support SHORT or INT16 datatype

Open DanielWang2035 opened this issue 3 years ago • 0 comments

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.

DanielWang2035 avatar Oct 20 '22 02:10 DanielWang2035