You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/20 02:55:16 UTC

[GitHub] [iotdb] DanielWang2035 opened a new issue, #7666: Support SHORT or INT16 datatype

DanielWang2035 opened a new issue, #7666:
URL: https://github.com/apache/iotdb/issues/7666

   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.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org