The following table lists the sizes of array data types.
Data type  | Size (bytes)  | Remarks  | 
|---|---|---|
Array  | Length of size portion + 12 + 8 x number of dimensions + data size of each item  | If the real data length is less than 127, then the length of the size portion is 1 byte, otherwise it is 4 bytes. 
  |