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

Alphabetize glossary entries #16810

Merged
merged 1 commit into from
Mar 31, 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
46 changes: 23 additions & 23 deletions docs/src/main/sphinx/glossary.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@ Catalog
the catalog connects to. For more information about catalogs, see
:ref:`trino-concept-catalog`.

.. _glossCA:

Certificate Authority (CA)
A trusted organization that signs and issues certificates. Its signatures
can be used to verify the validity of :ref:`certificates <glossCert>`.

.. _glossCert:

Certificate
Expand All @@ -28,6 +22,12 @@ Certificate
server's private keys. Certificate format is specified in the `X.509
<https://wikipedia.org/wiki/X.509>`_ standard.

.. _glossCA:

Certificate Authority (CA)
A trusted organization that signs and issues certificates. Its signatures
can be used to verify the validity of :ref:`certificates <glossCert>`.

Cluster
A Trino cluster provides the resources to run queries against numerous data
sources. Clusters define the number of nodes, the configuration for the JVM
Expand All @@ -51,6 +51,14 @@ Container
read about `containers <https://kubernetes.io/docs/concepts/containers/>`_
in the Kubernetes documentation.

.. _glossDataSource:

Data source
A system from which data is retrieved, for example, PostgreSQL or Iceberg on
S3 data. In Trino, users query data sources with :ref:`catalogs
<glossCatalog>` that connect to each source. See
:ref:`trino-concept-data-sources` for more information.

.. _glossDataVirtualization:

Data virtualization
Expand All @@ -60,14 +68,6 @@ Data virtualization
of the data, its format, or any other technical details involved in
presenting the data.

.. _glossDataSource:

Data source
A system from which data is retrieved, for example, PostgreSQL or Iceberg on
S3 data. In Trino, users query data sources with :ref:`catalogs
<glossCatalog>` that connect to each source. See
:ref:`trino-concept-data-sources` for more information.

.. _glossGzip:

gzip
Expand Down Expand Up @@ -133,15 +133,6 @@ Open-source
<https://wikipedia.org/wiki/Apache_License>`_, and is therefore maintained
by a community of contributors from all across the globe.

.. _glossPlugin:

Plugin
A bundle of code implementing the Trino :doc:`Service Provider Interface
(SPI) </develop/spi-overview>` that is used to add new :ref:`connectors
<glossConnector>`, :doc:`data types </develop/types>`, :doc:`functions`,
:doc:`access control implementations </develop/system-access-control>`, and
other features of Trino.

.. _glossPEM:

PEM file format
Expand All @@ -158,6 +149,15 @@ PKCS #12
have ``.p12`` or ``.pfx`` extensions. This format is a less popular
alternative to :ref:`PEM <glossPEM>`.

.. _glossPlugin:

Plugin
A bundle of code implementing the Trino :doc:`Service Provider Interface
(SPI) </develop/spi-overview>` that is used to add new :ref:`connectors
<glossConnector>`, :doc:`data types </develop/types>`, :doc:`functions`,
:doc:`access control implementations </develop/system-access-control>`, and
other features of Trino.

Presto and PrestoSQL
The old name for Trino. To learn more about the name change to Trino, read
`the history
Expand Down