Tickets

Issues

# TODO: Refactor the sorting and humanize call with db_size module


        # TODO: Refactor the sorting and humanize call with db_size module
        tables = []
        for table in sorted(db_size.total_size, key=db_size.total_size.get, reverse=True):
            _table = [table]
            for graph in db_size.GRAPHS.keys():
                val = getattr(db_size, graph + '_size')

History