I am currently working with Apache IoTDB and need to store binary data. From my understanding, Apache IoTDB does not natively support a binary data type.
To work around this, I attempted to use the TEXT
data type to store my binary data. However, I encountered an issue: when there are multiple zeros at the end of the binary data, only one zero is retained in the storage, which affects the precision of my data.
Is there a way to store binary data in Apache IoTDB without losing precision? What are the recommended practices for handling binary data in IoTDB to ensure that the data remains intact? Any advice or suggestions would be greatly appreciated.
Lu Aidi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.