on Nexus 3, I've deployed 2 equal binaries as mvn artifacts, with different versions. in UI artifact looks like this:
[root@srv-081ea775d57b mvn]# pwd
/opt/sonatype-work/nexus3/blobs/mvn
[root@srv-081ea775d57b mvn]# ll ./content/vol-07/chap-41/de94332f-e2d3-4451-9093-27d3b611408c.bytes ./content/vol-08/chap-10/98cc9528-4cc8-414a-8336-b872e3566e06.bytes
-rw-r--r-- 1 nexus nexus 3699719 Dec 15 19:20 ./content/vol-07/chap-41/de94332f-e2d3-4451-9093-27d3b611408c.bytes
-rw-r--r-- 1 nexus nexus 3699719 Dec 15 19:21 ./content/vol-08/chap-10/98cc9528-4cc8-414a-8336-b872e3566e06.bytes
[root@srv-081ea775d57b mvn]# sha1sum ./content/vol-07/chap-41/de94332f-e2d3-4451-9093-27d3b611408c.bytes ./content/vol-08/chap-10/98cc9528-4cc8-414a-8336-b872e3566e06.bytes
11027d4399c172a665a199ae2ff6f8347ce59adf ./content/vol-07/chap-41/de94332f-e2d3-4451-9093-27d3b611408c.bytes
11027d4399c172a665a199ae2ff6f8347ce59adf ./content/vol-08/chap-10/98cc9528-4cc8-414a-8336-b872e3566e06.bytes
[root@srv-081ea775d57b mvn]# stat ./content/vol-07/chap-41/de94332f-e2d3-4451-9093-27d3b611408c.bytes ./content/vol-08/chap-10/98cc9528-4cc8-414a-8336-b872e3566e06.bytes
File: './content/vol-07/chap-41/de94332f-e2d3-4451-9093-27d3b611408c.bytes'
Size: 3699719 Blocks: 7232 IO Block: 4096 regular file
Device: 8040b651h/2151724625d Inode: 10092713 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ nexus) Gid: ( 1000/ nexus)
Access: 2017-01-12 08:49:17.270295633 +0300
Modify: 2016-12-15 19:20:07.648035838 +0300
Change: 2016-12-15 19:20:07.658035726 +0300
Birth: -
File: './content/vol-08/chap-10/98cc9528-4cc8-414a-8336-b872e3566e06.bytes'
Size: 3699719 Blocks: 7232 IO Block: 4096 regular file
Device: 8040b651h/2151724625d Inode: 10092693 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ nexus) Gid: ( 1000/ nexus)
Access: 2017-01-12 08:49:17.304295721 +0300
Modify: 2016-12-15 19:21:09.927347828 +0300
Change: 2016-12-15 19:21:09.934347751 +0300
Birth: -
So, 2 equal blobs was not collapsed by storage to a single file with 2 references. Therefore we cannot benefit more effective disk utilization that checksum-based storage is possible to provide
E g on our production Nexus, for 1 unique artifact there is ~ 4 dublicates, so we would be able to store x5 more if this feature existed