OCI Object Storage
In our earlier section, we discussed high-performance, durable, secure, and scalable storage solutions, but OCI has lot more to offer. OCI offers "hot" storage that is frequently accessed and "cold" storage that is less frequently accessed.
These are two different storage tiers that are performant as well, outlined as follows:
- Object Storage: This tier of storage is what you need when you require fast, immediate, and frequent access to data.
- Archive Storage: This tier of storage is what you need when you don't require frequent access to data, but the retention period for this type of data is long.
The OCI Object Storage service is an internet-scale, high-performance storage platform. If you think about storing unlimited bytes of unstructured data, such as images, media files, logs, and backups, then this is an ideal solution.
Data in object storage is managed using an application programming interface (API) and standard...