1. What is object storage ?


Benefits of Object Storage

S3 Horizontal Scaling

S3 is truly horizontally scalable you can store unlimited objects across multiple regions and availability zones without architectural changes. There's no practical upper limit on capacity or concurrent connections.

NFS/iSCSI Limitations

NFS and iSCSI don't scale horizontally in the same way, but the constraint differs:

For PBS Remote Backup Context

This is relevant: A PBS system backing up to NFS or iSCSI on a traditional SAN can hit capacity limits and requires manual expansion (adding new shares/LUNs). S3 removes this constraint entirely capacity expands transparently.

However, PBS-to-PBS replication over a network still provides better deduplication than S3, even if S3 scales more elegantly. The trade-off is between efficiency (PBS-to-PBS) and unlimited scalability (S3).

So you're identifying a real architectural advantage of S3 that shouldn't be overlooked when designing remote backup infrastructure.


Revision #1
Created 2026-07-05 21:55:27 UTC by dpasn
Updated 2026-07-05 21:55:27 UTC by dpasn