As @datakurre has documented in plone/plone.app.mosaic#80, each version of a content object with persistent tiles with blobs, will create a new empty blob into file system for each found blob and I will also break the storage as you can see in the following image:

You can see that the portal type and path information is repeated in all objects; this happens because querying the versioned object fails with an exception in ZVCStorageTool.py#L668:
------
2015-06-16T14:49:19 ERROR CMFUid ASSERT: 52004 objects have 134 as uid!!!
------
2015-06-16T14:49:19 ERROR CMFUid ASSERT: 52004 objects have 135 as uid!!!
------
2015-06-16T14:49:19 ERROR CMFUid ASSERT: 52004 objects have 137 as uid!!!
------
As @datakurre has documented in plone/plone.app.mosaic#80, each version of a content object with persistent tiles with blobs, will create a new empty blob into file system for each found blob and I will also break the storage as you can see in the following image:
You can see that the portal type and path information is repeated in all objects; this happens because querying the versioned object fails with an exception in ZVCStorageTool.py#L668: