@@ -68,7 +68,7 @@ The Enterprise Edition is shipped as an SDK and includes a number of closed-sour
68
68
69
69
.. container :: documentation-main-page-description
70
70
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
72
72
and managing clustered Tarantool applications, for example:
73
73
74
74
* :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
78
78
Oracle and any ODBC-supported DBMS
79
79
(for example, MySQL, Microsoft SQL Server).
80
80
* SSL support for :ref: `traffic encryption <enterprise-iproto-encryption >`.
81
+ * :ref: `Centralized configuration storage <configuration_etcd_overview >`.
82
+ * :ref: `Supervised failover <repl_supervised_failover >`.
81
83
* :ref: `Tuple compression <tuple_compression >`.
82
84
* :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 >`.
83
89
84
90
The Enterprise Edition is distributed in the form of an SDK, which includes
85
91
the following key components:
86
92
87
- * The Tarantool EE binary, which can use :ref: `centralized configuration <configuration_etcd_overview >`.
88
93
* The extended Enterprise version of the :ref: `tt <tt-cli >` utility.
89
94
* :ref: `Tarantool Cluster Manager <tcm >` -- a web-based visual tool for managing Tarantool clusters.
90
95
@@ -102,14 +107,14 @@ The Enterprise Edition is shipped as an SDK and includes a number of closed-sour
102
107
* :ref: `Журнал аудита безопасности <enterprise_audit_module >`.
103
108
* Подключения к корпоративным базам данных:
104
109
Oracle и любым СУБД с интерфейсом ODBC (например, MySQL, Microsoft SQL Server).
110
+ * :ref: `Централизованная конфигурация <configuration_etcd_overview >`.
105
111
* :ref: `Шифрование трафика <enterprise-iproto-encryption >` с помощью SSL.
106
112
* :ref: `Сжатие кортежей <tuple_compression >`.
107
113
* :ref: `Смена схемы данных в фоновом режиме <enterprise-space_upgrade >`.
108
114
109
115
Enterprise-версия распространяется в форме SDK, который включает следующие
110
116
ключевые компоненты:
111
117
112
- * Исполняемый файл Tarantool EE binary, который может работать с :ref: `централизованной конфигурацией <configuration_etcd_overview >`.
113
118
* Расширенная Enterprise-версия утилиты :ref: `tt <tt-cli >`.
114
119
* :ref: `Tarantool Cluster Manager <tcm >` -- визуальный веб-инструмент для управления кластерами Tarantool.
115
120
0 commit comments