Using Postgresql in Django and wants to caculate storage of used by tables

Viewed 15

I am using postgresql as django database now i want to calculate the storage size of my models. Like i want to calculate the storage of my model data. Can any provide a solid solution. Recently i see the example of python sys import but this didn't help me kindly provide a solid solution.

0 Answers
Related