View ocum_report.volumecapacityhistorymonthview | Generated by SchemaSpy |
View Definition:
select `ocum`.`volumehistorymonth`.`volumeId` AS `volumeId`,`ocum`.`volumehistorymonth`.`periodEndTime` AS `periodEndTime`,`ocum`.`volumehistorymonth`.`sampleCount` AS `sampleCount`,`ocum`.`volumehistorymonth`.`dfKBytesUsedSum` AS `UsedSum`,`ocum`.`volumehistorymonth`.`dfKBytesTotal` AS `Total`,`ocum`.`volumehistorymonth`.`dfSnapshotKBytesUsedSum` AS `SnapshotUsedSum`,`ocum`.`volumehistorymonth`.`dfSnapshotKBytesTotal` AS `SnapshotTotal`,`ocum`.`volumehistorymonth`.`dfKBytesDedupeSpaceSavingsSum` AS `DedupeSpaceSavingsSum`,`ocum`.`volumehistorymonth`.`dfKBytesCompressionSpaceSavingsSum` AS `CompressionSpaceSavingsSum` from `ocum`.`volumehistorymonth`