Database Volume

Calculate a rough estimate of the upper limit of database volume by adding together the upper bound message rates for each table.

InboundDatabaseVolumeupper = sum(InboundTableVolumeupper) + InboundTransVolume
To more accurately determine the InboundDatabaseVolume, add together the table volumes that were calculated in “Table Volume Upper Bound Method.”
InboundDatabaseVolume = sum(InboundTableVolume) + InboundTransactionVolume
Related reference
Inbound Database Volume
Table Volume Upper Bound Method