nebula version: 3.5.0
Deployment method: stand-alone
Installation method: Docker
Whether to use the production environment: N
hardware information: Disk (SSD recommended) CPU, memory information
specific description of the problem I saw that when using the nGQL statement to read an attribute of type INT8, the type of the value obtained is INT64. Then, when the same number, such as 100, is set to 64-bit integer (INT64), 32-bit integer (INT32), 16-bit integer (INT16) and 8-bit integer (INT8), will the occupied memory space be different? , that is, will the data be completed?
How should I solve it?