Storage Requiremnts#
Sponge uses a variety of techniques to keep track of data changes without actually maintaining a copy of the data on disk or in memory.
In some cases, Sponge stores metadata about objects on disk to accurately detect changes. The storage requirements for this metadata is very predictable: 32 bytes per object.