Why disk usage is more than total size of the messages available on the disk?
book
Article ID: KB0089742
calendar_today
Updated On:
Products
Versions
TIBCO Enterprise Message Service
-
Not Applicable
-
Description
Resolution: With regard to disk usage, the space used on disk is not only for application messages. There are possibly other internal records, such as transaction, acknowledge records, etc... Also, EMS stores records on disk by blocks of 512 bytes. As an illustration of the worst case scenario, if the total size of a message (not just the payload) is just above 512 bytes, the space needed on disk is actually doubled as we store the data as blocks. So disk usage will be higher than the message record size because of the internal records.
Issue/Introduction
Why disk usage is more than total size of the messages available on the disk?