View ocum_report.aggregatecapacityhistoryweekview Generated by
SchemaSpy
Legend: SourceForge.net
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
aggregateId bigint 19
periodEndTime timestamp 19 0000-00-00 00:00:00
sampleCount int 10 1
UsedSum bigint 19 0
Total bigint 19 0
TotalCommittedSum bigint 19 0

Analyzed at Tue Apr 23 04:52 EDT 2019

View Definition:
select `ocum`.`aggregatehistoryweek`.`aggregateId` AS `aggregateId`,`ocum`.`aggregatehistoryweek`.`periodEndTime` AS `periodEndTime`,`ocum`.`aggregatehistoryweek`.`sampleCount` AS `sampleCount`,`ocum`.`aggregatehistoryweek`.`dfKBytesUsedSum` AS `UsedSum`,`ocum`.`aggregatehistoryweek`.`dfKBytesTotal` AS `Total`,`ocum`.`aggregatehistoryweek`.`dfKBytesTotalCommittedSum` AS `TotalCommittedSum` from `ocum`.`aggregatehistoryweek`