Binary Large Objects, or BLOBs as the SQL types like to call them, are the byte arrays that represent documents and other files in SharePoint. Typicaly, they are stored in the SharePoint content database. The reality is, the ECM industry has known for decades that RDBMS is not the best place to store BLOBs. SQL database storage needs to be high IOPS and low latency... translated... EXPENSIVE storage. It's much more efficient if we are able to store the BLOBs on lower cost, possibly even archival-class storage while we continue to invest in high performance storage for the structured content metadata.
As...