Size of a single Record ? SQL

后端 未结 5 1423
名媛妹妹
名媛妹妹 2021-02-05 11:31

I have a scenario where every user has been allocated 2 MB of database space. Now I have to show Percenatge usage of their allocated space, to do so I need to know the size of s

5条回答
  •  猫巷女王i
    2021-02-05 12:16

    The data is saved on disk in directories named for the database. That includes everything, including what you're not measuring (indices, etc.). Measure that.

提交回复
热议问题