Overview
Tarantool combines an in-memory DBMS and a Lua server in a single platform providing ACID-compliant storage. It comes in two editions: Community and Enterprise. The use cases for Tarantool vary from ultra-fast cache to product data marts and smart queue services.
Here are some of Tarantool’s key characteristics:
- Easy handling of OLTP workloads: processes hundreds of thousands RPS
- Data integrity: write-ahead log (WAL) and data snapshots
- Cooperative multitasking: transactions are performed in lightweight coroutines with no inter-thread locking
- Advanced indexing: composite indexes, locale support, indexing by nested fields and arrays
- Compute close to data: Lua server and Just-In-Time compiler on board
- Durable distributed storage: multiple failover modes and RAFT-based synchronous replication available
Tarantool allows executing code alongside data, which helps increase the speed of operations. Developers can implement any business logic with Lua, and a single Tarantool instance can also receive SQL requests.
Tarantool has a variety of compatible modules (Lua rocks). You can pick the ones that you need and install them manually.
Tarantool runs on Linux (x86_64, aarch64), macOS (x86_64, aarch64), and FreeBSD (x86_64).
You can use Tarantool with a programming language you’re familiar with. For this purpose, a number of connectors are provided.
Tarantool comes in two editions: the open-source Community Edition (CE) and the commercial Enterprise Edition (EE).
Tarantool Community Edition lets you develop applications and speed up a system in operation. It features synchronous replication, affords easy scalability, and includes tools to develop efficient applications. The Tarantool community helps with any practical questions regarding the Community Edition.
Tarantool Enterprise Edition provides advanced tools for administration, deployment, and security management, along with premium support services. This edition includes all the Community Edition features and is more predictable in terms of solution cost and maintenance. The Enterprise Edition is shipped as an SDK and includes a number of closed-source modules.
Примечание
In this documentation, topics related to Enterprise Edition features are marked with an Enterprise Edition
admonition.
Enterprise-версия предлагает дополнительные возможности по разработке и эксплуатации кластерных приложений, например:
- Статическая сборка для автономных Linux-систем.
- Модуль интеграции с OpenLDAP.
- Журнал аудита безопасности.
- Подключения к корпоративным базам данных: Oracle и любым СУБД с интерфейсом ODBC (например, MySQL, Microsoft SQL Server).
- Шифрование трафика с помощью SSL.
- Централизованная конфигурация.
- Сжатие кортежей.
- Смена схемы данных в фоновом режиме.
- Функции обеспечения безопасности.
- Представления для чтения (read views).
- Расширения для Write-ahead log.
- Flight recorder.
Enterprise-версия распространяется в форме SDK, который включает следующие ключевые компоненты:
- Расширенная Enterprise-версия утилиты tt.
- Tarantool Cluster Manager – визуальный веб-инструмент для управления кластерами Tarantool.
- Primary storage
- No secondary storage required
- Tolerance to high write loads
- Support of relational approaches
- Composite secondary indexes
- Data access, data slices
- Predictable request latency
- Support of various identification techniques
- Advanced task lifecycle management
- Task scheduling
- Archiving of completed tasks