You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Azure Page Blobs are made up of 512-byte pages up to 8 TB in total size and are designed for frequent random read/write operations, making them a good candidate for serving as a storage device for FASTER. We would like to implement the IDevice abstraction for Azure Page Blobs, along the lines of existing devices such as LocalStorageDevice.
The text was updated successfully, but these errors were encountered:
Azure Page Blobs are made up of 512-byte pages up to 8 TB in total size and are designed for frequent random read/write operations, making them a good candidate for serving as a storage device for FASTER. We would like to implement the
IDevice
abstraction for Azure Page Blobs, along the lines of existing devices such asLocalStorageDevice
.The text was updated successfully, but these errors were encountered: