Details
-
Sub-task
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
In case of directory will not have any blocks, we need to get the bytesUsed from all the keys in the directory, but if we do that it will be an expensive operation.
Just some thought: Can we maintain byteUsed at directory level also, so we can sum up all byteUsed at directory level. Need to think more here.