Database volume

A rough estimate of the upper limit of database volume can be calculated by summing the upper bound message rates for each table.

InboundDatabaseVolumeupper = sum(InboundTableVolumeupper) + InboundTransVolume

See “Inbound database volume” for an example of these calculations.

A more accurate method of determining the InboundDatabaseVolume is to sum the Table Volumes that were calculated using the method described in “Table volume upper bound method”.

InboundDatabaseVolume = sum(InboundTableVolume) + InboundTransactionVolume