Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update object storage definition in glossary #16615

Merged
merged 1 commit into from
Mar 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions docs/src/main/sphinx/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,20 +111,16 @@ Load Balancer (LB)

.. _glossObjectStorage:

Object Storage
`Object storage <https://wikipedia.org/wiki/Object_storage>`_ is a file
storage mechanism that stores data in a flat namespace, as opposed to
hierarchical filesystems. Files written in object storage are immutable,
meaning you cannot update a file but just overwrite or replace the entire
file. In the context of Trino, object storage commonly refers to `cloud
storage <https://wikipedia.org/wiki/Object_storage#Cloud_storage>`_
technologies such as `Amazon S3 <https://aws.amazon.com/s3>`_, `Google Cloud
Storage <https://cloud.google.com/storage>`_, and `Azure Blob Storage
<https://azure.microsoft.com/products/storage/blobs>`_. In addition to
cloud-hosted services, there are also local object storage options such as
`MinIO <https://min.io/>`_ and `Ceph <https://docs.ceph.com>`_ that are
compatible with S3. Object storage became a popular replacement to
:ref:`HDFS <glossHDFS>`.
Object storage
`Object storage <https://en.wikipedia.org/wiki/Object_storage>`_ is a file
storage mechanism. Examples of compatible object stores include the
following:

* `Amazon S3 <https://aws.amazon.com/s3>`_
* `Google Cloud Storage <https://cloud.google.com/storage>`_
* `Azure Blob Storage <https://azure.microsoft.com/en-us/products/storage/blobs>`_
* `MinIO <https://min.io/>`_ and other S3-compatible stores
* :ref:`HDFS <glossHDFS>`

.. _glossOpenSource:

Expand Down