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