Forum Discussion

pmscorca's avatar
pmscorca
Kudo Kingpin
1 year ago
Solved

Evaluation of the storage dimension for a warehouse table row

Hi, I need to evaluate the storage dimension about a single table row. Fabric uses the delta format. Supposing that the table could have an int column, a datetime2(6) column and a varchar(10) colum...
  • Anonymous's avatar
    Anonymous
    1 year ago

    Hi pmscorca,

    >>Fabric using the delta format doesn't improve or reduce the storage size occupied by a data type, isn't it?

    For existed data type, they should be similar to the SQL database. The other type which does not support (e.g. datetime2), you may need to use other type (timestamp 8 bytes)to instead. They should base on the byte size difference between old type and replaced new data type.

    Solved: Data types in Delta - Microsoft Fabric Community
    Regards,

    Xiaoxin Sheng