-
Notifications
You must be signed in to change notification settings - Fork 743
Labels
Description
Tables storage in tenantinfo is 0, while in describe it is more than 0. All groups are SSD
tenantinfo:
"DatabaseQuotas": {},
"TablesStorage": [
{
"Type": "SSD",
"Size": "0"
}
],
"DatabaseStorage": [
{
"Type": "SSD",
"Size": "677575830186",
"Limit": "4215946608638"
}
],
describe:
"DiskSpaceUsage": {
"Tables": {
"TotalSize": "270916894164",
"DataSize": "269058819838",
"IndexSize": "1858074326"
},
"Topics": {
"ReserveSize": "0",
"AccountSize": "0",
"DataSize": "0",
"UsedReserveSize": "0"
},
"StoragePoolsUsage": [
{
"PoolKind": "ssd",
"TotalSize": "270916894164",
"DataSize": "269058819838",
"IndexSize": "1858074326"
}
]
},