Skip to content

Commit 692cc31

Browse files
committed
Add missing EE features
1 parent 60e643f commit 692cc31

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

doc/overview.rst

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The Enterprise Edition is shipped as an SDK and includes a number of closed-sour
6868

6969
.. container:: documentation-main-page-description
7070

71-
The Enterprise Edition provides an `extended feature set <https://www.tarantool.io/en/compare/>`__ for developing
71+
The Enterprise Edition provides an extended feature set for developing
7272
and managing clustered Tarantool applications, for example:
7373

7474
* :ref:`Static package <enterprise-package-contents>` for standalone Linux systems.
@@ -78,13 +78,18 @@ The Enterprise Edition is shipped as an SDK and includes a number of closed-sour
7878
Oracle and any ODBC-supported DBMS
7979
(for example, MySQL, Microsoft SQL Server).
8080
* SSL support for :ref:`traffic encryption <enterprise-iproto-encryption>`.
81+
* :ref:`Centralized configuration storage <configuration_etcd_overview>`.
82+
* :ref:`Supervised failover <repl_supervised_failover>`.
8183
* :ref:`Tuple compression <tuple_compression>`.
8284
* :ref:`Non-blocking DDL <enterprise-space_upgrade>`.
85+
* :ref:`Security enforcement features <configuration_authentication>`.
86+
* :ref:`Read views <read_views>`.
87+
* :ref:`Write-ahead log extensions <wal_extensions>`.
88+
* :ref:`Flight recorder <enterprise-flight-recorder>`.
8389

8490
The Enterprise Edition is distributed in the form of an SDK, which includes
8591
the following key components:
8692

87-
* The Tarantool EE binary, which can use :ref:`centralized configuration <configuration_etcd_overview>`.
8893
* The extended Enterprise version of the :ref:`tt <tt-cli>` utility.
8994
* :ref:`Tarantool Cluster Manager <tcm>` -- a web-based visual tool for managing Tarantool clusters.
9095

@@ -102,14 +107,14 @@ The Enterprise Edition is shipped as an SDK and includes a number of closed-sour
102107
* :ref:`Журнал аудита безопасности <enterprise_audit_module>`.
103108
* Подключения к корпоративным базам данных:
104109
Oracle и любым СУБД с интерфейсом ODBC (например, MySQL, Microsoft SQL Server).
110+
* :ref:`Централизованная конфигурация <configuration_etcd_overview>`.
105111
* :ref:`Шифрование трафика <enterprise-iproto-encryption>` с помощью SSL.
106112
* :ref:`Сжатие кортежей <tuple_compression>`.
107113
* :ref:`Смена схемы данных в фоновом режиме <enterprise-space_upgrade>`.
108114

109115
Enterprise-версия распространяется в форме SDK, который включает следующие
110116
ключевые компоненты:
111117

112-
* Исполняемый файл Tarantool EE binary, который может работать с :ref:`централизованной конфигурацией <configuration_etcd_overview>`.
113118
* Расширенная Enterprise-версия утилиты :ref:`tt <tt-cli>`.
114119
* :ref:`Tarantool Cluster Manager <tcm>` -- визуальный веб-инструмент для управления кластерами Tarantool.
115120

0 commit comments

Comments
 (0)